Skip to content

Commit

Permalink
Merge pull request #50 from sul-dlss/new-rubocops
Browse files Browse the repository at this point in the history
Add new rubocops
  • Loading branch information
justinlittman authored Jun 10, 2024
2 parents ca2d108 + 13f8cf1 commit c5be00e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,9 @@ RSpec/UndescriptiveLiteralsDescription: # new in 2.29
Enabled: true
RSpec/VerifiedDoubleReference: # new in 2.10.0
Enabled: true
Style/SendWithLiteralMethodName: # new in 1.64
Enabled: true
Style/SuperArguments: # new in 1.64
Enabled: true
RSpec/ExpectInLet: # new in 2.30
Enabled: true

0 comments on commit c5be00e

Please sign in to comment.