Skip to content

Commit

Permalink
Rubocop keep ignoring: Style/TrivialAccessors
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jun 5, 2015
1 parent e315208 commit 0a360c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .rubocop.yml
Expand Up @@ -156,9 +156,7 @@ Style/OpMethod:
Style/SingleLineBlockParams:
Enabled: false

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
# Offense count: 1 (@__last_exception)
Style/TrivialAccessors:
Enabled: false

Expand Down

0 comments on commit 0a360c9

Please sign in to comment.