Skip to content

Commit

Permalink
[rubocop] Disable extension suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Oct 2, 2023
1 parent 942aeaa commit 18ee471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
AllCops:
TargetRubyVersion: 3.0
NewCops: disable
SuggestExtensions: false
Exclude:
- "**/vendor/**/*" # For GitHub Actions, see rubocop/rubocop#9832
- benchmarks/*.rb
Expand Down

0 comments on commit 18ee471

Please sign in to comment.