.rubocop.yml in distrb-0.1.0 vs .rubocop.yml in distrb-0.1.1
- old
+ new
@@ -16,5 +16,11 @@
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
+
+# Configuration parameters: CountComments, ExcludedMethods.
+Metrics/BlockLength:
+ Exclude:
+ - 'spec/**/*'
+ - 'test/**/*'