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

- old
+ new

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