configs/rubocop/other-rails.yml in govuk-lint-3.11.4 vs configs/rubocop/other-rails.yml in govuk-lint-3.11.5

- old
+ new

@@ -1,6 +1,11 @@ ##################### Rails ################################## +# By default Rails is switched off so this can be used by non-Rails apps, +# this can be enabled in a local .rubocop.yml file +Rails: + Enabled: false + ActionFilter: Description: 'Enforces consistent use of action filter methods.' Enabled: false Delegate: