.rubocop.yml in http_health_check-0.2.1 vs .rubocop.yml in http_health_check-0.3.0
- old
+ new
@@ -4,6 +4,10 @@
Style/Documentation:
Enabled: false
Metrics/BlockLength:
Exclude:
- - 'spec/**/*.rb'
+ - "spec/**/*.rb"
+ - "http_health_check.gemspec"
+
+Style/CommentedKeyword:
+ Enabled: false