.rubocop_opinionated.yml in public_suffix-4.0.6 vs .rubocop_opinionated.yml in public_suffix-4.0.7

- old
+ new

@@ -13,9 +13,15 @@ Exclude: - 'spec/**/*_spec.rb' - 'test/**/*_test.rb' Max: 100 +Lint/ConstantDefinitionInBlock: + Exclude: + - 'Rakefile' + - 'spec/**/*' + - 'test/**/*' + # [codesmell] Metrics/AbcSize: Enabled: false Exclude: - 'spec/**/*_spec.rb'