Skip to content

Commit

Permalink
add two new rubocop rules that require no corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-sul committed Aug 12, 2024
1 parent adbf7b0 commit aa1b03a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,3 +566,8 @@ Rails/EnvLocal: # new in 2.22

FactoryBot/ExcessiveCreateList: # new in 2.25
Enabled: false # we had an existing test that ran afoul of this rule when it was added, and the limit of 10 seems arbitrary

Gemspec/AddRuntimeDependency: # new in 1.65
Enabled: true
Style/SendWithLiteralMethodName: # new in 1.64
Enabled: true

0 comments on commit aa1b03a

Please sign in to comment.