configs/rubocop/all.yml in govuk-lint-3.11.3 vs configs/rubocop/all.yml in govuk-lint-3.11.4

- old
+ new

@@ -1,16 +1,18 @@ AllCops: - DisplayCopNames: + DisplayCopNames: Description: 'Display cop names in offense messages' Enabled: true ExtraDetails: Description: 'Display extra details in offense messages.' Enabled: true DisplayStyleGuide: Description: 'Display style guide URLs in offense messages.' Enabled: true + +require: rubocop-rails inherit_from: - gds-ruby-styleguide.yml - other-lint.yml - other-rails.yml