Necessary to pick up latest version with new features, bug fixes, new Data primitive, Web Assembly support, and much more. https: //www.ruby-lang.org/en/news/2022/12/06/ruby-3-2-0-rc1-released
9 lines
150 B
Ruby
9 lines
150 B
Ruby
# frozen_string_literal: true
|
|
|
|
# require "git/lint/rake/setup"
|
|
require "rubocop/rake_task"
|
|
|
|
RuboCop::RakeTask.new
|
|
|
|
task default: %i[git_lint rubocop]
|