.rubocop.yml in herodot-0.2.0 vs .rubocop.yml in herodot-0.2.1

- old
+ new

@@ -1,9 +1,13 @@ inherit_gem: rubocop-bitcrowd: - .rubocop.yml - .rubocop-rspec.yml +AllCops: + Exclude: + - 'pkg/**/*' + Rails: Enabled: false Security/YAMLLoad: Enabled: false