Sha256: 14012cb7e337f73badc8b5cf03aefe89caa1478383c00dade019caa0d550c548

Contents?: true

Size: 851 Bytes

Versions: 9

Compression:

Stored size: 851 Bytes

Contents

# Conflicts with the original GDS styleguide
#
# While this may conflict with the original GDS styleguide, there
# are times where we wish to call a method that "sets" something.
#
# def set_political_and_government(edition)
#
# The original styleguide only accounts for a specific kind of "set"
# operation, where the argument is the value being assigned.
#
# Introduced in: c69a7eb3af955d6c4c0cf0c3cec8e9f330c74429
# https://github.com/alphagov/styleguides/blob/6395a10d41c3938f4c147cda443fd83f854c3e7a/ruby.md#naming
Naming/AccessorMethodName:
  Enabled: false

# We should be free to decide on interfaces that make sense to us.
# At the time of writing, this Cop is not auto-correctable, and
# would generate a prohibitively high number of issues across our
# repos, which would require manual intervention.
Naming/PredicateName:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rubocop-govuk-3.17.2 config/naming.yml
rubocop-govuk-3.17.1 config/naming.yml
rubocop-govuk-3.17.0 config/naming.yml
rubocop-govuk-3.16.0 config/naming.yml
rubocop-govuk-3.15.0 config/naming.yml
rubocop-govuk-3.14.0 config/naming.yml
rubocop-govuk-3.13.0 config/naming.yml
rubocop-govuk-3.12.0 config/naming.yml
rubocop-govuk-3.11.0 config/naming.yml