Skip to content

Commit

Permalink
Enable new cops from 1.69 to 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelabon committed Feb 18, 2025
1 parent 931e9c3 commit 2848020
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,35 @@ Style/KeywordArgumentsMerging: # new in 1.68
Enabled: true
Style/SafeNavigationChainLength: # new in 1.68
Enabled: true
Lint/ArrayLiteralInRegexp: # new in 1.71
Enabled: true
Lint/ConstantReassignment: # new in 1.70
Enabled: true
Lint/CopDirectiveSyntax: # new in 1.72
Enabled: true
Lint/HashNewWithKeywordArgumentsAsDefault: # new in 1.69
Enabled: true
Lint/NumericOperationWithConstantResult: # new in 1.69
Enabled: true
Lint/RedundantTypeConversion: # new in 1.72
Enabled: true
Lint/SharedMutableDefault: # new in 1.70
Enabled: true
Lint/SuppressedExceptionInNumberConversion: # new in 1.72
Enabled: true
Lint/UselessConstantScoping: # new in 1.72
Enabled: true
Lint/UselessDefined: # new in 1.69
Enabled: true
Style/DigChain: # new in 1.69
Enabled: true
Style/FileNull: # new in 1.69
Enabled: true
Style/FileTouch: # new in 1.69
Enabled: true
Style/HashSlice: # new in 1.71
Enabled: true
Style/ItAssignment: # new in 1.70
Enabled: true
Style/RedundantFormat: # new in 1.72
Enabled: true

0 comments on commit 2848020

Please sign in to comment.