Fixed Style/CaseIndentation RuboCop offense

Bug: 117989
Change-Id: Ifa93b8f3c2f8d6be991b1564c4c9253c4452c55f
This commit is contained in:
Željko Filipin
2015-11-18 12:05:52 +01:00
parent 513cfb87cf
commit a780bcfcc1
2 changed files with 13 additions and 19 deletions

View File

@@ -17,12 +17,6 @@ Metrics/LineLength:
Style/AccessModifierIndentation:
Enabled: false
# Offense count: 6
# Cop supports --auto-correct.
# Configuration parameters: IndentWhenRelativeTo, SupportedStyles, IndentOneStep.
Style/CaseIndentation:
Enabled: false
# Offense count: 1
# Configuration parameters: AllowedVariables.
Style/GlobalVars: