config/default.yml in rubocop-springest-0.6.1 vs config/default.yml in rubocop-springest-0.6.2

- old
+ new

@@ -40,13 +40,16 @@ Enabled: true Layout/SpaceInsideArrayPercentLiteral: Enabled: true -Layout/SpaceInsideBrackets: +Layout/SpaceInsideArrayLiteralBrackets: Enabled: true +Layout/SpaceInsideArrayLiteralBrackets: + Enabled: true + Layout/SpaceInsideParens: Enabled: true Layout/SpaceInsideRangeLiteral: Enabled: true @@ -95,25 +98,28 @@ Layout/DotPosition: Enabled: true EnforcedStyle: trailing -Lint/BlockAlignment: +Layout/BlockAlignment: Enabled: true Lint/CircularArgumentReference: Enabled: true -Lint/ConditionPosition: +Layout/ConditionPosition: Enabled: true Lint/Debugger: Enabled: true -Lint/DefEndAlignment: +Layout/DefEndAlignment: Enabled: true +Layout/EndAlignment: + Enabled: true + Lint/DeprecatedClassMethods: Enabled: true Lint/DuplicateMethods: Enabled: true @@ -131,13 +137,10 @@ Enabled: true Lint/EmptyInterpolation: Enabled: true -Lint/EndAlignment: - Enabled: true - Lint/EndInMethod: Enabled: true Lint/EnsureReturn: Enabled: true @@ -173,10 +176,10 @@ Enabled: true Lint/UnderscorePrefixedVariableName: Enabled: true -Lint/UnneededDisable: +Lint/UnneededCopDisableDirective: Enabled: true Lint/UnneededSplatExpansion: Enabled: true