Skip to content

Commit 1c264c0

Browse files
committed
Fix config for recent rubocop.
1 parent 56d096d commit 1c264c0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.rubocop-disables.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,9 @@ Style/HashSyntax:
184184
Style/IfUnlessModifier:
185185
Enabled: false
186186

187-
# TODO: configure
188-
# Offense count: 6
189-
# Cop supports --auto-correct.
190-
# Configuration parameters: EnforcedStyle, SupportedStyles.
191-
Layout/IndentHash:
192-
Enabled: false
187+
Layout/IndentFirstHashElement:
188+
Exclude:
189+
- 'spec/**/*.rb'
193190

194191
# NOTABUG
195192
# Offense count: 19

0 commit comments

Comments
 (0)