Skip to content

Commit

Permalink
Disable Style/AccessModifierDeclarations
Browse files Browse the repository at this point in the history
There is a bug in it logged here:
rubocop/rubocop#5953
  • Loading branch information
Greyschale committed Aug 9, 2018
1 parent 27bf1d4 commit cf3b822
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rubocop.yml
Expand Up @@ -128,3 +128,8 @@ RSpec/MessageSpies:

RSpec/Pending:
Enabled: true

# Re-enable this when the following is resolved:
# https://github.com/rubocop-hq/rubocop/issues/5953
Style/AccessModifierDeclarations:
Enabled: false

0 comments on commit cf3b822

Please sign in to comment.