Enable the Layout/CaseIndentation cop

This commit is contained in:
gregoirenovel 2017-06-12 15:05:46 +02:00
parent bc16027ccc
commit 1b78a8e957
2 changed files with 16 additions and 15 deletions

View file

@ -21,7 +21,8 @@ Layout/BlockEndNewline:
Enabled: true
Layout/CaseIndentation:
Enabled: false
Enabled: true
EnforcedStyle: end
Layout/ClosingParenthesisIndentation:
Enabled: true