config/rubocop.yml in meowcop-1.8.0 vs config/rubocop.yml in meowcop-1.9.0

- old
+ new

@@ -2,9 +2,12 @@ Exclude: # vendor directory is excluded by default. - 'vendor/**/*' # db/schema.rb is generated automatically. - 'db/schema.rb' + DisplayCopName: true + DisplayStyleGuide: true + Bundler/OrderedGems: Enabled: false Lint/AmbiguousRegexpLiteral: Enabled: false