configs/rubocop/other-style.yml in govuk-lint-1.2.1 vs configs/rubocop/other-style.yml in govuk-lint-2.0.0

- old
+ new

@@ -98,10 +98,10 @@ CyclomaticComplexity: Description: 'Avoid complex methods.' Enabled: false -DeprecatedHashMethods: +PreferredHashMethods: Description: 'Checks for use of deprecated Hash methods.' Enabled: false Documentation: Description: 'Document classes and non-namespace modules.'