Sha256: d05b1a1dfb0dca0f790cb1f06ecf29483d3eeb4e51c377befb63379e019eb1bd

Contents?: true

Size: 718 Bytes

Versions: 12

Compression:

Stored size: 718 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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
govuk-lint-3.4.0 configs/rubocop/other-rails.yml
govuk-lint-3.3.1 configs/rubocop/other-rails.yml
govuk-lint-3.3.0 configs/rubocop/other-rails.yml
govuk-lint-3.2.0 configs/rubocop/other-rails.yml
govuk-lint-3.1.0 configs/rubocop/other-rails.yml
govuk-lint-3.0.0 configs/rubocop/other-rails.yml
govuk-lint-2.1.0 configs/rubocop/other-rails.yml
govuk-lint-2.0.0 configs/rubocop/other-rails.yml
govuk-lint-1.2.1 configs/rubocop/other-rails.yml
govuk-lint-1.2.0 configs/rubocop/other-rails.yml
govuk-lint-1.1.0 configs/rubocop/other-rails.yml
govuk-lint-1.0.0 configs/rubocop/other-rails.yml