configs/rubocop/other-rails.yml in govuk-lint-0.8.1 vs configs/rubocop/other-rails.yml in govuk-lint-1.0.0
- old
+ new
@@ -2,13 +2,9 @@
ActionFilter:
Description: 'Enforces consistent use of action filter methods.'
Enabled: false
-DefaultScope:
- Description: 'Checks if the argument passed to default_scope is a block.'
- Enabled: false
-
Delegate:
Description: 'Prefer delegate method for delegations.'
Enabled: false
HasAndBelongsToMany: