.rubocop.yml in url_canonicalize-0.0.5 vs .rubocop.yml in url_canonicalize-0.0.6

- old
+ new

@@ -1,9 +1,10 @@ --- AllCops: Exclude: - '*.gemspec' + - 'spec/**/*' Style/TrailingCommaInArguments: EnforcedStyleForMultiline: no_comma Enabled: true @@ -50,6 +51,6 @@ Description: 'Avoid interpolating literals in strings' AutoCorrect: true Metrics/ClassLength: CountComments: false # count full line comments? - Max: 120 + Max: 150