.rubocop.yml in
cocoapods-stats-0.5.3
vs .rubocop.yml in
cocoapods-stats-0.6.0
- old
+ new
@@ -1,5 +1,9 @@
inherit_from: - .rubocop_cocoapods.yml
+AllCops:
+ Exclude:
+ - ./vendor/**/*
+
Metrics/LineLength: Max: 100