config/default.yml in rubocop-springest-0.6.9 vs config/default.yml in rubocop-springest-0.7.0

- old
+ new

@@ -54,11 +54,11 @@ Enabled: true Layout/Tab: Enabled: true -Layout/TrailingBlankLines: +Layout/TrailingEmptyLines: Enabled: true Layout/TrailingWhitespace: Enabled: true @@ -121,11 +121,11 @@ Enabled: true Lint/DuplicateMethods: Enabled: true -Lint/DuplicatedKey: +Lint/DuplicateHashKey: Enabled: true Lint/EachWithObjectArgument: Enabled: true @@ -169,11 +169,11 @@ Enabled: true Lint/RescueException: Enabled: true -Lint/StringConversionInInterpolation: +Lint/RedundantStringCoercion: Enabled: true Lint/UnderscorePrefixedVariableName: Enabled: true @@ -199,10 +199,10 @@ Enabled: true Lint/AmbiguousRegexpLiteral: Enabled: true -Lint/HandleExceptions: +Lint/SuppressedException: Enabled: true Lint/NestedMethodDefinition: Enabled: true