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

- old
+ new

@@ -295,9 +295,15 @@ RescueModifier: Description: 'Avoid using rescue in its modifier form.' Enabled: false +Style/SafeNavigation: + Description: >- + This cop transforms usages of a method call safeguarded by a check for the + existance of the object to safe navigation (`&.`). + Enabled: false + SelfAssignment: Description: 'Checks for places where self-assignment shorthand should have been used.' Enabled: false Semicolon: