Skip to content

Commit

Permalink
rubocop: disable Style/NumericPredicate
Browse files Browse the repository at this point in the history
Sorry, it's just too ruby-ish for me. I know I'm going to write "foo >
0" and I don't think CI needs to fail for it.
  • Loading branch information
peff committed Oct 5, 2022
1 parent 3a8a3cc commit d78faa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Style/StringConcatenation:
Enabled: false
Style/NegatedIf:
Enabled: false
Style/NumericPredicate:
Enabled: false
Layout/LineLength:
Enabled: false

Expand Down

0 comments on commit d78faa9

Please sign in to comment.