config/rails.yml in rubocop-govuk-3.6.0 vs config/rails.yml in rubocop-govuk-3.7.0
- old
+ new
@@ -19,16 +19,10 @@
Description: 'Enforces consistent use of action filter methods.'
Enabled: false
# Introduced in: c69a7eb3af955d6c4c0cf0c3cec8e9f330c74429
# TODO: unclear why this is here!
-Rails/Delegate:
- Description: 'Prefer delegate method for delegations.'
- Enabled: false
-
-# Introduced in: c69a7eb3af955d6c4c0cf0c3cec8e9f330c74429
-# TODO: unclear why this is here!
Rails/HasAndBelongsToMany:
Description: 'Prefer has_many :through to has_and_belongs_to_many.'
Enabled: false
# Introduced in: c69a7eb3af955d6c4c0cf0c3cec8e9f330c74429
@@ -37,23 +31,11 @@
Description: 'Checks for calls to puts, print, etc.'
Enabled: false
# Introduced in: c69a7eb3af955d6c4c0cf0c3cec8e9f330c74429
# TODO: unclear why this is here!
-Rails/ReadWriteAttribute:
- Description: 'Checks for read_attribute(:attr) and write_attribute(:attr, val).'
- Enabled: false
-
-# Introduced in: c69a7eb3af955d6c4c0cf0c3cec8e9f330c74429
-# TODO: unclear why this is here!
Rails/ScopeArgs:
Description: 'Checks the arguments of ActiveRecord scopes.'
- Enabled: false
-
-# Introduced in: c69a7eb3af955d6c4c0cf0c3cec8e9f330c74429
-# TODO: unclear why this is here!
-Rails/Validation:
- Description: 'Use sexy validations.'
Enabled: false
# Introduced in: 91d7bf4895db12727582ad7bf47bdcb20ab178f7
# TODO: unclear (in any real detail) why this is here!
Rails/SkipsModelValidations: