Skip to content

Commit

Permalink
Update Rubocop config
Browse files Browse the repository at this point in the history
* Use the new plugin mechanism for supported cops
* Remove TargetRubyVersion, since it is automatically inferred from .ruby-version
  • Loading branch information
MrSerth committed Feb 16, 2025
1 parent d34401f commit a55d6bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require:
plugins:
- rubocop-performance
- rubocop-rspec

Expand All @@ -10,7 +10,6 @@ inherit_from:
- .rubocop/style.yml

AllCops:
TargetRubyVersion: 3.4
UseCache: True
NewCops: enable
Exclude:
Expand Down

0 comments on commit a55d6bb

Please sign in to comment.