Skip to content

Commit

Permalink
Merge pull request #66 from alexjfisher/BooleanSymbol
Browse files Browse the repository at this point in the history
Disable `Lint/BooleanSymbol`
  • Loading branch information
alexjfisher authored Nov 29, 2021
2 parents f326e78 + 34db27b commit 37fbbc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,10 @@ Lint/UselessAssignment:
Layout/ClosingParenthesisIndentation:
Enabled: True

# Boolean symbols are used quite extensively in Puppet types/providers
Lint/BooleanSymbol:
Enabled: False

# RSpec

RSpec/BeforeAfterAll:
Expand Down

0 comments on commit 37fbbc3

Please sign in to comment.