Skip to content

Commit

Permalink
Merge pull request #624 from sul-dlss/new-rubocop
Browse files Browse the repository at this point in the history
Add new rubocop rules
  • Loading branch information
corylown authored Aug 17, 2023
2 parents 515b937 + 2f67a5e commit 3606ead
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,34 @@ RSpec/IndexedLet: # new in 2.20
RSpec/MatchArray: # new in 2.19
Enabled: true
Rails/ThreeStateBooleanColumn: # new in 2.19
Enabled: true
Lint/MixedCaseRange: # new in 1.53
Enabled: true
Lint/RedundantRegexpQuantifiers: # new in 1.53
Enabled: true
Style/ExactRegexpMatch: # new in 1.51
Enabled: true
Style/RedundantArrayConstructor: # new in 1.52
Enabled: true
Style/RedundantCurrentDirectoryInPath: # new in 1.53
Enabled: true
Style/RedundantFilterChain: # new in 1.52
Enabled: true
Style/RedundantRegexpArgument: # new in 1.53
Enabled: true
Style/RedundantRegexpConstructor: # new in 1.52
Enabled: true
Style/ReturnNilInPredicateMethodDefinition: # new in 1.53
Enabled: true
Style/YAMLFileRead: # new in 1.53
Enabled: true
FactoryBot/AssociationStyle: # new in 2.23
Enabled: true
FactoryBot/FactoryAssociationWithStrategy: # new in 2.23
Enabled: true
FactoryBot/RedundantFactoryOption: # new in 2.23
Enabled: true
RSpec/ReceiveMessages: # new in 2.23
Enabled: true
RSpec/Rails/NegationBeValid: # new in 2.23
Enabled: true

0 comments on commit 3606ead

Please sign in to comment.