Fix rubocop warnings
This commit is contained in:
parent
dbec7c9458
commit
24120ddc8c
1 changed files with 6 additions and 6 deletions
12
.rubocop.yml
12
.rubocop.yml
|
@ -219,9 +219,6 @@ Layout/SpaceInsideArrayPercentLiteral:
|
||||||
Layout/SpaceInsideBlockBraces:
|
Layout/SpaceInsideBlockBraces:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
Layout/SpaceInsideBrackets:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
Layout/SpaceInsideHashLiteralBraces:
|
Layout/SpaceInsideHashLiteralBraces:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
@ -237,6 +234,9 @@ Layout/SpaceInsidePercentLiteralDelimiters:
|
||||||
Layout/SpaceInsideRangeLiteral:
|
Layout/SpaceInsideRangeLiteral:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Layout/SpaceInsideReferenceBrackets:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
Layout/SpaceInsideStringInterpolation:
|
Layout/SpaceInsideStringInterpolation:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
@ -321,7 +321,7 @@ Lint/IneffectiveAccessModifier:
|
||||||
Lint/InheritException:
|
Lint/InheritException:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Lint/LiteralInCondition:
|
Lint/LiteralAsCondition:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Lint/LiteralInInterpolation:
|
Lint/LiteralInInterpolation:
|
||||||
|
@ -390,7 +390,7 @@ Lint/UnderscorePrefixedVariableName:
|
||||||
Lint/UnifiedInteger:
|
Lint/UnifiedInteger:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Lint/UnneededDisable:
|
Lint/UnneededCopDisableDirective:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Lint/UnneededSplatExpansion:
|
Lint/UnneededSplatExpansion:
|
||||||
|
@ -843,7 +843,7 @@ Style/GuardClause:
|
||||||
Style/HashSyntax:
|
Style/HashSyntax:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Style/HeredocDelimiters:
|
Style/HeredocDelimiterNaming:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Style/IdenticalConditionalBranches:
|
Style/IdenticalConditionalBranches:
|
||||||
|
|
Loading…
Reference in a new issue