Skip to content

Commit

Permalink
Merge pull request #1317 from sul-dlss/rubocop
Browse files Browse the repository at this point in the history
Add new rubocop rules
  • Loading branch information
jcoyne authored Dec 3, 2024
2 parents d6acf59 + aebee34 commit cc5f2e1
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 @@ -585,3 +585,33 @@ RSpec/RepeatedSubjectCall: # new in 2.27
Enabled: true
RSpec/UndescriptiveLiteralsDescription: # new in 2.29
Enabled: true
Gemspec/AddRuntimeDependency: # new in 1.65
Enabled: true
Lint/DuplicateSetElement: # new in 1.67
Enabled: true
Lint/UnescapedBracketInRegexp: # new in 1.68
Enabled: true
Lint/UselessNumericOperation: # new in 1.66
Enabled: true
Style/AmbiguousEndlessMethodDefinition: # new in 1.68
Enabled: true
Style/BitwisePredicate: # new in 1.68
Enabled: true
Style/CombinableDefined: # new in 1.68
Enabled: true
Style/KeywordArgumentsMerging: # new in 1.68
Enabled: true
Style/RedundantInterpolationUnfreeze: # new in 1.66
Enabled: true
Style/SafeNavigationChainLength: # new in 1.68
Enabled: true
Style/SendWithLiteralMethodName: # new in 1.64
Enabled: true
Style/SuperArguments: # new in 1.64
Enabled: true
Rails/EnumSyntax: # new in 2.26
Enabled: true
RSpec/StringAsInstanceDoubleConstant: # new in 3.1
Enabled: true
Performance/StringBytesize: # new in 1.23
Enabled: true

0 comments on commit cc5f2e1

Please sign in to comment.