Skip to content

Commit

Permalink
Bump rubocop lang version and add new cops
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed May 22, 2024
1 parent 6023021 commit 13258dd
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require:
- rubocop-rspec_rails

AllCops:
TargetRubyVersion: 3.1
TargetRubyVersion: 3.2
DisplayCopNames: true
Exclude:
- "Gemfile"
Expand Down Expand Up @@ -578,3 +578,23 @@ Performance/StringIdentifierArgument: # new in 1.13
Enabled: true
Performance/Sum: # new in 1.8
Enabled: true
Style/MapIntoArray: # new in 1.63
Enabled: true
Rails/WhereRange: # new in 2.25
Enabled: true
Capybara/RedundantWithinFind: # new in 2.20
Enabled: true
FactoryBot/ExcessiveCreateList: # new in 2.25
Enabled: true
RSpec/EmptyOutput: # new in 2.29
Enabled: true
RSpec/IsExpectedSpecify: # new in 2.27
Enabled: true
RSpec/RedundantPredicateMatcher: # new in 2.26
Enabled: true
RSpec/RemoveConst: # new in 2.26
Enabled: true
RSpec/RepeatedSubjectCall: # new in 2.27
Enabled: true
RSpec/UndescriptiveLiteralsDescription: # new in 2.29
Enabled: true

0 comments on commit 13258dd

Please sign in to comment.