Skip to content

Commit

Permalink
rubocop: disable Style/NegatedIf
Browse files Browse the repository at this point in the history
We have a lot of non-ruby contributors for whom "!" feels more
comfortable. I don't care that much, but I don't see any need to have CI
block their perfectly-fine code.
  • Loading branch information
peff committed Oct 5, 2022
1 parent 55c9104 commit 3a8a3cc
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 @@ -28,6 +28,8 @@ Style/IfUnlessModifier:
Enabled: false
Style/StringConcatenation:
Enabled: false
Style/NegatedIf:
Enabled: false
Layout/LineLength:
Enabled: false

Expand Down

0 comments on commit 3a8a3cc

Please sign in to comment.