config/default.yml in rubocop-standard-2.0.1 vs config/default.yml in rubocop-standard-2.1.0

- old
+ new

@@ -71,11 +71,11 @@ Enabled: true Layout/Tab: Enabled: true -Layout/TrailingBlankLines: +Layout/TrailingEmptyLines: Enabled: true Layout/TrailingWhitespace: Enabled: true @@ -86,14 +86,14 @@ Enabled: true Lint/DeprecatedClassMethods: Enabled: true -Lint/DuplicateMethods: +Lint/DuplicateHashKey: Enabled: true -Lint/DuplicatedKey: +Lint/DuplicateMethods: Enabled: true Lint/EachWithObjectArgument: Enabled: true @@ -134,16 +134,16 @@ Enabled: true Lint/RandOne: Enabled: true -Lint/RequireParentheses: +Lint/RedundantStringCoercion: Enabled: true -Lint/RescueException: +Lint/RequireParentheses: Enabled: true -Lint/StringConversionInInterpolation: +Lint/RescueException: Enabled: true Lint/UnderscorePrefixedVariableName: Enabled: true