Sha256: 4493fd67223a40fc5a2e4ea2b17babd45eebad555292880affcdbf9c9f74027c
Contents?: true
Size: 751 Bytes
Versions: 3
Compression:
Stored size: 751 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 # Introduced in: c69a7eb3af955d6c4c0cf0c3cec8e9f330c74429 # TODO: unclear why this is here! Naming/PredicateName: Description: 'Check the names of predicate methods.' Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubocop-govuk-3.10.0 | config/naming.yml |
rubocop-govuk-3.9.0 | config/naming.yml |
rubocop-govuk-3.8.0 | config/naming.yml |