config/rubocop.yml in meowcop-1.5.0 vs config/rubocop.yml in meowcop-1.6.0

- old
+ new

@@ -1,4 +1,10 @@ +AllCops: + Exclude: + # vendor directory is excluded by default. + - 'vendor/**/*' + # db/schema.rb is generated automatically. + - 'db/schema.rb' Bundler/OrderedGems: Enabled: false Lint/AmbiguousRegexpLiteral: Enabled: false