.rubocop.yml in ruby_audit-1.3.0 vs .rubocop.yml in ruby_audit-2.0.0

- old
+ new

@@ -1,13 +1,18 @@ -Metrics/LineLength: +AllCops: + TargetRubyVersion: 2.5 + NewCops: enable + SuggestExtensions: false + +Layout/LineLength: Exclude: - 'ruby_audit.gemspec' Metrics/MethodLength: Max: 15 Metrics/BlockLength: - ExcludedMethods: + IgnoredMethods: - describe Style/Documentation: Enabled: false