Skip to content

Commit

Permalink
rubocop: Disable Style/AccessModifierDeclarations
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Jun 8, 2018
1 parent 24a61b2 commit 986a46d
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 @@ -14,6 +14,8 @@ Naming/FileName:
Exclude:
- Appraisals

Style/AccessModifierDeclarations:
Enabled: false
Style/Alias:
EnforcedStyle: prefer_alias_method
Style/BlockDelimiters:
Expand Down

0 comments on commit 986a46d

Please sign in to comment.