.rubocop.yml in usps_flags-0.5.5 vs .rubocop.yml in usps_flags-0.5.6

- old
+ new

@@ -4,19 +4,19 @@ Exclude: - lib/output/* - tmp/**/* - vendor/**/* -Layout/IndentFirstHashElement: +Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/EmptyLinesAroundAccessModifier: Enabled: true -Layout/AlignArray: +Layout/ArrayAlignment: Enabled: true -Layout/AlignHash: +Layout/HashAlignment: Enabled: true Layout/EmptyLineAfterGuardClause: Enabled: true Layout/SpaceInsideBlockBraces: EnforcedStyle: space @@ -49,11 +49,11 @@ Metrics/CyclomaticComplexity: Enabled: true Metrics/AbcSize: Enabled: true -Naming/UncommunicativeMethodParamName: +Naming/MethodParameterName: Enabled: false Naming/AccessorMethodName: Enabled: false RSpec/MessageSpies: @@ -61,9 +61,11 @@ RSpec/InstanceVariable: Enabled: false RSpec/NestedGroups: Enabled: false RSpec/ExampleLength: + Enabled: false +RSpec/LeakyConstantDeclaration: Enabled: false Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: