Skip to content

Commit

Permalink
Fix config for recent rubocop.
Browse files Browse the repository at this point in the history
  • Loading branch information
ab committed Aug 21, 2019
1 parent 56d096d commit 1c264c0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .rubocop-disables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,9 @@ Style/HashSyntax:
Style/IfUnlessModifier:
Enabled: false

# TODO: configure
# Offense count: 6
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Layout/IndentHash:
Enabled: false
Layout/IndentFirstHashElement:
Exclude:
- 'spec/**/*.rb'

# NOTABUG
# Offense count: 19
Expand Down

0 comments on commit 1c264c0

Please sign in to comment.