Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Turn off Style/AccessModifierDeclarations cop for now due to a false …
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Apr 9, 2019
1 parent b88dfb1 commit 2fe2f4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Expand Up @@ -33,6 +33,10 @@ Metrics/BlockLength:
Naming/RescuedExceptionsVariableName:
PreferredName: error

# False positive: https://github.com/rubocop-hq/rubocop/issues/5953
Style/AccessModifierDeclarations:
Enabled: false

Style/IfUnlessModifier:
Enabled: false

Expand Down

0 comments on commit 2fe2f4f

Please sign in to comment.