.rubocop.yml in legion-logging-1.0.0 vs .rubocop.yml in legion-logging-1.1.0

- old
+ new

@@ -1,6 +1,6 @@ -Metrics/LineLength: +Layout/LineLength: Max: 120 Metrics/MethodLength: Max: 30 Metrics/ClassLength: Max: 1500 @@ -15,7 +15,8 @@ EnforcedColonStyle: table Style/Documentation: Enabled: false AllCops: TargetRubyVersion: 2.5 + NewCops: enable Style/FrozenStringLiteralComment: Enabled: false