.rubocop.yml in aws_assume_role-0.2.2 vs .rubocop.yml in aws_assume_role-1.0.0

- old
+ new

@@ -1,7 +1,8 @@ --- AllCops: + TargetRubyVersion: 2.2 DisplayCopNames: true Exclude: - 'lib/aws_assume_role/vendored/**/*.rb' Metrics/MethodLength: @@ -20,14 +21,14 @@ Enabled: false Metrics/PerceivedComplexity: Enabled: false -Style/IndentationWidth: +Layout/IndentationWidth: Width: 4 -Style/IndentHeredoc: +Layout/IndentHeredoc: Enabled: false Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma @@ -38,10 +39,10 @@ Enabled: false Style/Documentation: Enabled: false -Style/VariableName: +Naming/VariableName: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes