configs/rubocop/all.yml in govuk-lint-3.9.0 vs configs/rubocop/all.yml in govuk-lint-3.10.0

- old
+ new

@@ -1,4 +1,17 @@ +AllCops: + 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 + inherit_from: - gds-ruby-styleguide.yml - other-lint.yml - other-rails.yml - other-style.yml