Skip to content

Commit

Permalink
Use Rubocop Style/NumericPredicate default
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nicholaides committed Mar 26, 2024
1 parent f5165aa commit 5a51f14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Metrics/CyclomaticComplexity: { Enabled: false }
Metrics/MethodLength: { Enabled: false }
Metrics/PerceivedComplexity: { Enabled: false }
Style/FrozenStringLiteralComment: { Enabled: false }
Style/NumericPredicate: { Enabled: false }

Layout/LineLength:
Max: 120
Expand Down

0 comments on commit 5a51f14

Please sign in to comment.