configs/rubocop/other-excludes.yml in govuk-lint-3.6.0 vs configs/rubocop/other-excludes.yml in govuk-lint-3.7.0
- old
+ new
@@ -5,8 +5,9 @@
Metrics/BlockLength:
Enabled: true
Exclude:
- test/**/*
- "**/spec/**/*"
+ ExcludedMethods: ["namespace"]
Bundler/DuplicatedGem:
Enabled: false