config/default.yml in rubocop-govuk-3.5.0 vs config/default.yml in rubocop-govuk-3.6.0

- old
+ new

@@ -2,10 +2,12 @@ NewCops: disable Exclude: - 'bin/**' - 'config.ru' - 'tmp/**/*' + - 'db/schema.rb' + - 'db/migrate/201*' DisplayCopNames: Description: 'Display cop names in offense messages' Enabled: true @@ -16,11 +18,12 @@ DisplayStyleGuide: Description: 'Display style guide URLs in offense messages.' Enabled: true inherit_from: - - gds-ruby-styleguide.yml - - other-lint.yml - - other-style.yml - - other-metrics.yml - - other-excludes.yml + - bundler.yml + - layout.yml + - lint.yml + - metrics.yml + - naming.yml + - style.yml - rake.yml