@@ -27,21 +27,7 @@ Layout/ClosingHeredocIndentation:
2727Layout/EmptyLineAfterGuardClause :
2828 Enabled : false
2929
30- # Offense count: 4
31- # This cop supports safe autocorrection (--autocorrect).
32- # Configuration parameters: IndentationWidth.
33- # SupportedStyles: special_inside_parentheses, consistent, align_brackets
34- Layout/FirstArrayElementIndentation :
35- EnforcedStyle : special_inside_parentheses
36-
37- # Offense count: 6
38- # This cop supports safe autocorrection (--autocorrect).
39- # Configuration parameters: IndentationWidth.
40- # SupportedStyles: special_inside_parentheses, consistent, align_braces
41- Layout/FirstHashElementIndentation :
42- EnforcedStyle : special_inside_parentheses
43-
44- # Offense count: 664
30+ # Offense count: 666
4531# This cop supports safe autocorrection (--autocorrect).
4632# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
4733# SupportedHashRocketStyles: key, separator, table
@@ -80,14 +66,6 @@ Layout/LineContinuationSpacing:
8066Layout/LineEndStringConcatenationIndentation :
8167 Enabled : false
8268
83- # Offense count: 3
84- # This cop supports safe autocorrection (--autocorrect).
85- # Configuration parameters: EnforcedStyleForEmptyBraces.
86- # SupportedStyles: space, no_space, compact
87- # SupportedStylesForEmptyBraces: space, no_space
88- Layout/SpaceInsideHashLiteralBraces :
89- EnforcedStyle : space
90-
9169# Offense count: 2
9270# This cop supports safe autocorrection (--autocorrect).
9371# Configuration parameters: EnforcedStyle.
@@ -1157,7 +1135,7 @@ Style/StderrPuts:
11571135Style/StringConcatenation :
11581136 Enabled : false
11591137
1160- # Offense count: 3466
1138+ # Offense count: 3463
11611139# This cop supports safe autocorrection (--autocorrect).
11621140# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
11631141# SupportedStyles: single_quotes, double_quotes
@@ -1194,7 +1172,7 @@ Style/TrailingCommaInArguments:
11941172Style/TrailingCommaInArrayLiteral :
11951173 Enabled : false
11961174
1197- # Offense count: 1610
1175+ # Offense count: 1609
11981176# This cop supports safe autocorrection (--autocorrect).
11991177# Configuration parameters: EnforcedStyleForMultiline.
12001178# SupportedStylesForMultiline: comma, consistent_comma, diff_comma, no_comma
0 commit comments