Sha256: d472f5bc559365578bfc4f4ef7666cb63398bf2972c177718927aee243020a97

Contents?: true

Size: 819 Bytes

Versions: 11

Compression:

Stored size: 819 Bytes

Contents

##################### Rails ##################################

ActionFilter:
  Description: 'Enforces consistent use of action filter methods.'
  Enabled: false

Delegate:
  Description: 'Prefer delegate method for delegations.'
  Enabled: false

HasAndBelongsToMany:
  Description: 'Prefer has_many :through to has_and_belongs_to_many.'
  Enabled: false

Output:
  Description: 'Checks for calls to puts, print, etc.'
  Enabled: false

ReadWriteAttribute:
  Description: 'Checks for read_attribute(:attr) and write_attribute(:attr, val).'
  Enabled: false

ScopeArgs:
  Description: 'Checks the arguments of ActiveRecord scopes.'
  Enabled: false

Validation:
  Description: 'Use sexy validations.'
  Enabled: false

SkipsModelValidations:
  Description: 'Avoid methods that skip model validations.'
  Enabled: false

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
govuk-lint-3.11.4 configs/rubocop/other-rails.yml
govuk-lint-3.11.3 configs/rubocop/other-rails.yml
govuk-lint-3.11.2 configs/rubocop/other-rails.yml
govuk-lint-3.11.1 configs/rubocop/other-rails.yml
govuk-lint-3.11.0 configs/rubocop/other-rails.yml
govuk-lint-3.10.0 configs/rubocop/other-rails.yml
govuk-lint-3.9.0 configs/rubocop/other-rails.yml
govuk-lint-3.8.0 configs/rubocop/other-rails.yml
govuk-lint-3.7.0 configs/rubocop/other-rails.yml
govuk-lint-3.6.0 configs/rubocop/other-rails.yml
govuk-lint-3.5.0 configs/rubocop/other-rails.yml