Enable the Layout/CaseIndentation cop
This commit is contained in:
parent
bc16027ccc
commit
1b78a8e957
2 changed files with 16 additions and 15 deletions
|
@ -21,7 +21,8 @@ Layout/BlockEndNewline:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Layout/CaseIndentation:
|
Layout/CaseIndentation:
|
||||||
Enabled: false
|
Enabled: true
|
||||||
|
EnforcedStyle: end
|
||||||
|
|
||||||
Layout/ClosingParenthesisIndentation:
|
Layout/ClosingParenthesisIndentation:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
Loading…
Reference in a new issue