Skip to content

Commit

Permalink
Merge pull request #69 from artichoke/lopopolo/rake-rubocop-task-depr…
Browse files Browse the repository at this point in the history
…ecation

Update RuboCop autocorrect task to new name
  • Loading branch information
lopopolo authored Jul 23, 2022
2 parents ef9c072 + 1ba1f78 commit 4cb3a9f
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 4cb3a9f

Please sign in to comment.