.rubocop.yml in legion-exceptions-0.1.0 vs .rubocop.yml in legion-exceptions-1.0.1

- old
+ new

@@ -1,25 +1,8 @@ -Metrics/LineLength: +Layout/LineLength: Max: 120 -Metrics/MethodLength: - Max: 30 -Metrics/ClassLength: - Max: 1500 -Metrics/BlockLength: - Max: 50 Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: space -Style/SymbolArray: - Enabled: true -Layout/AlignHash: - EnforcedHashRocketStyle: table - EnforcedColonStyle: table -Style/HashSyntax: - EnforcedStyle: ruby19_no_mixed_keys Style/Documentation: Enabled: false AllCops: - TargetRubyVersion: 2.2 -Style/FrozenStringLiteralComment: - Enabled: false -Naming/FileName: - Enabled: false + TargetRubyVersion: 2.5