Skip to content

Commit

Permalink
Merge pull request rubocop#9844 from n1zyy/corrent-is-incorrect
Browse files Browse the repository at this point in the history
Fix trivial typo in rake_task.rb
  • Loading branch information
dvandersluis committed Jun 1, 2021
2 parents 8aa3656 + 0684236 commit 6a681fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/rake_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def setup_subtasks(name, *args, &task_block)
options = full_options.unshift('--auto-correct-all')
# `parallel` will automatically be removed from the options internally.
# This is a nice to have to suppress the warning message
# about parallel and auto-corrent not being compatible.
# about parallel and auto-correct not being compatible.
options.delete('--parallel')
run_cli(verbose, options)
end
Expand Down

0 comments on commit 6a681fa

Please sign in to comment.