.rubocop.yml in phonetics-2.0.1 vs .rubocop.yml in phonetics-3.0.1

- old
+ new

@@ -1,29 +1,29 @@ --- AllCops: Exclude: - Rakefile +Layout/LineLength: + Enabled: false + Metrics/AbcSize: Enabled: false Metrics/ClassLength: Enabled: false Metrics/BlockLength: Enabled: false -Metrics/LineLength: - Enabled: false - Metrics/MethodLength: Enabled: false Naming/ConstantName: Enabled: false -Naming/UncommunicativeMethodParamName: +Naming/MethodParameterName: Enabled: false Style/Documentation: Enabled: false @@ -40,8 +40,8 @@ Enabled: false Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma -Layout/AlignHash: +Layout/HashAlignment: EnforcedHashRocketStyle: separator EnforcedColonStyle: separator