Skip to content

Commit

Permalink
Enable new cops
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Jan 7, 2024
1 parent fe12113 commit 2f154b1
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 @@ -224,6 +224,12 @@ Style/YAMLFileRead: # new in 1.53
Enabled: true
Style/SingleLineDoEndBlock: # new in 1.57
Enabled: true
Lint/ItWithoutArgumentsInBlock: # new in 1.59
Enabled: true
Lint/LiteralAssignmentInCondition: # new in 1.58
Enabled: true
Style/SuperWithArgsParentheses: # new in 1.58
Enabled: true

AllCops:
TargetRubyVersion: 2.5
Expand Down

0 comments on commit 2f154b1

Please sign in to comment.