Skip to content

Commit

Permalink
Update RuboCop autocorrect task to new name
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Jul 23, 2022
1 parent ef9c072 commit 1ba1f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require 'rubocop/rake_task'
task default: %i[format lint]

desc 'Lint sources'
task lint: %i[lint:rubocop:auto_correct]
task lint: %i[lint:rubocop:autocorrect]

namespace :lint do
RuboCop::RakeTask.new(:rubocop)
Expand Down

0 comments on commit 1ba1f78

Please sign in to comment.