config/naming.yml in rubocop-govuk-3.10.0 vs config/naming.yml in rubocop-govuk-3.11.0
- old
+ new
@@ -11,10 +11,11 @@
# 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!
+# 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:
- Description: 'Check the names of predicate methods.'
Enabled: false