Skip to content

Commit

Permalink
Merge pull request #10682 from asottile/patch-1
Browse files Browse the repository at this point in the history
fix "--auto-correct is deprecated; use --autocorrect"
  • Loading branch information
koic committed May 31, 2022
2 parents c533c71 + efd7d2f commit 5af44d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
entry: rubocop
language: ruby
types: ['ruby']
args: ['--auto-correct', '--force-exclusion']
args: ['--autocorrect', '--force-exclusion']

0 comments on commit 5af44d4

Please sign in to comment.