Skip to content

Commit

Permalink
Enable Lint/BooleanSymbol cop
Browse files Browse the repository at this point in the history
In fact, `Lint/BooleanSymbol` cop has not detected any offenses.
This commit will enable it for future reviews.
  • Loading branch information
koic committed Sep 19, 2021
1 parent 9eb2aa9 commit 3c8e9f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ Lint/UselessAccessModifier:
- 'def_matcher'
- 'def_node_matcher'

Lint/BooleanSymbol:
Enabled: false

Metrics/BlockLength:
Exclude:
- 'Rakefile'
Expand Down

0 comments on commit 3c8e9f4

Please sign in to comment.