.rubocop.yml in br_invoices_pdf-0.1.5.alpha.10 vs .rubocop.yml in br_invoices_pdf-0.1.5.alpha.11
- old
+ new
@@ -21,5 +21,9 @@
- 'spec/factories/*.rb'
Lint/AmbiguousBlockAssociation:
Exclude:
- 'spec/**/*.rb'
+
+Metrics/BlockLength:
+ Exclude:
+ - 'spec/**/*.rb'