configs/rubocop/other-excludes.yml in govuk-lint-3.2.0 vs configs/rubocop/other-excludes.yml in govuk-lint-3.3.0

- old
+ new

@@ -1,3 +1,9 @@ AllCops: Exclude: - db/schema.rb + +Metrics/BlockLength: + Enabled: true + Exclude: + - test/**/* + - spec/**/*