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:
|
||||
Enabled: true
|
||||
|
||||
Layout/SpaceInsideBrackets:
|
||||
Enabled: true
|
||||
|
||||
Layout/SpaceInsideHashLiteralBraces:
|
||||
Enabled: true
|
||||
|
||||
|
@ -237,6 +234,9 @@ Layout/SpaceInsidePercentLiteralDelimiters:
|
|||
Layout/SpaceInsideRangeLiteral:
|
||||
Enabled: true
|
||||
|
||||
Layout/SpaceInsideReferenceBrackets:
|
||||
Enabled: true
|
||||
|
||||
Layout/SpaceInsideStringInterpolation:
|
||||
Enabled: true
|
||||
|
||||
|
@ -321,7 +321,7 @@ Lint/IneffectiveAccessModifier:
|
|||
Lint/InheritException:
|
||||
Enabled: false
|
||||
|
||||
Lint/LiteralInCondition:
|
||||
Lint/LiteralAsCondition:
|
||||
Enabled: false
|
||||
|
||||
Lint/LiteralInInterpolation:
|
||||
|
@ -390,7 +390,7 @@ Lint/UnderscorePrefixedVariableName:
|
|||
Lint/UnifiedInteger:
|
||||
Enabled: false
|
||||
|
||||
Lint/UnneededDisable:
|
||||
Lint/UnneededCopDisableDirective:
|
||||
Enabled: false
|
||||
|
||||
Lint/UnneededSplatExpansion:
|
||||
|
@ -843,7 +843,7 @@ Style/GuardClause:
|
|||
Style/HashSyntax:
|
||||
Enabled: false
|
||||
|
||||
Style/HeredocDelimiters:
|
||||
Style/HeredocDelimiterNaming:
|
||||
Enabled: false
|
||||
|
||||
Style/IdenticalConditionalBranches:
|
||||
|
|
Loading…
Reference in a new issue