configs/rubocop/other-style.yml in govuk-lint-0.2.0 vs configs/rubocop/other-style.yml in govuk-lint-0.3.0

- old
+ new

@@ -207,9 +207,12 @@ ModuleFunction: Description: 'Checks for usage of `extend self` in modules.' Enabled: false +MultilineOperationIndentation: + EnforcedStyle: indented + NegatedIf: Description: >- Favor unless over if for negative conditions (or control flow or). Enabled: false