Skip to content

Commit

Permalink
Fix config warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Feb 4, 2025
1 parent f845a7f commit 147102a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/cookstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2425,8 +2425,6 @@ Naming/ConstantName:
Enabled: true
Style/DefWithParentheses:
Enabled: true
Style/PreferredHashMethods:
Enabled: true
Layout/DotPosition:
Enabled: true
Style/EachWithObject:
Expand Down Expand Up @@ -2482,11 +2480,11 @@ Layout/IndentationWidth:
Enabled: true
Style/IdenticalConditionalBranches:
Enabled: true
Layout/IndentFirstArrayElement:
Layout/FirstArrayElementIndentation:
Enabled: true
Layout/AssignmentIndentation:
Enabled: true
Layout/IndentFirstHashElement:
Layout/FirstHashElementIndentation:
Enabled: true
Style/InfiniteLoop:
Enabled: true
Expand Down Expand Up @@ -2747,8 +2745,6 @@ Lint/UselessAccessModifier:
Enabled: true
Lint/UselessAssignment:
Enabled: true
Lint/BinaryOperatorWithIdenticalOperands:
Enabled: true
Lint/UselessElseWithoutRescue:
Enabled: true
Lint/UselessSetterCall:
Expand Down

0 comments on commit 147102a

Please sign in to comment.