configs/rubocop/other-excludes.yml in govuk-lint-3.3.1 vs configs/rubocop/other-excludes.yml in govuk-lint-3.4.0
- old
+ new
@@ -4,6 +4,6 @@
Metrics/BlockLength:
Enabled: true
Exclude:
- test/**/*
- - spec/**/*
+ - "**/spec/**/*"
- old
+ new