Sha256: ef2714eba034be6c91f21e6d4fcd5811cc757d01e4f8983bd03e8495fe1a0839

Contents?: true

Size: 826 Bytes

Versions: 17

Compression:

Stored size: 826 Bytes

Contents

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

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:
  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

17 entries across 17 versions & 1 rubygems

Version Path
govuk-lint-0.8.1 configs/rubocop/other-rails.yml
govuk-lint-0.8.0 configs/rubocop/other-rails.yml
govuk-lint-0.7.0 configs/rubocop/other-rails.yml
govuk-lint-0.6.2 configs/rubocop/other-rails.yml
govuk-lint-0.6.1 configs/rubocop/other-rails.yml
govuk-lint-0.6.0 configs/rubocop/other-rails.yml
govuk-lint-0.5.3 configs/rubocop/other-rails.yml
govuk-lint-0.5.2 configs/rubocop/other-rails.yml
govuk-lint-0.5.1 configs/rubocop/other-rails.yml
govuk-lint-0.5.0 configs/rubocop/other-rails.yml
govuk-lint-0.4.1 configs/rubocop/other-rails.yml
govuk-lint-0.4.0 configs/rubocop/other-rails.yml
govuk-lint-0.3.0 configs/rubocop/other-rails.yml
govuk-lint-0.2.0 configs/rubocop/other-rails.yml
govuk-lint-0.1.2 configs/rubocop/other-rails.yml
govuk-lint-0.1.1 configs/rubocop/other-rails.yml
govuk-lint-0.1.0 configs/rubocop/other-rails.yml