.rubocop.yml in html2rss-0.4.1 vs .rubocop.yml in html2rss-0.5.0
- old
+ new
@@ -16,9 +16,12 @@
Metrics/ModuleLength:
Exclude:
- "**/*_spec.rb"
+Metrics/MethodLength:
+ Max: 15
+
Documentation:
Enabled: false
Style/BlockDelimiters:
Enabled: true