.rubocop.yml in cocoapods-keys-2.0.0 vs .rubocop.yml in cocoapods-keys-2.0.1
- old
+ new
@@ -6,5 +6,14 @@
Style/FileName:
Exclude:
- bin/*
- Rakefile
+
+Metrics/BlockLength:
+ Exclude:
+ - 'spec/**/*'
+
+#- cocoapods-keys support for Ruby 2.0.0 -------------------------------------#
+
+Security/YAMLLoad:
+ Enabled: false