.rubocop.yml in br_invoices_pdf-0.1.5 vs .rubocop.yml in br_invoices_pdf-0.2.0.alpha.12
- old
+ new
@@ -8,12 +8,22 @@
Max: 150
Metrics/MethodLength:
Max: 15
+Layout/IndentArray:
+ Enabled: false
+
+Layout/IndentHash:
+ Enabled: false
+
AllCops:
Exclude:
- 'spec/factories/*.rb'
Lint/AmbiguousBlockAssociation:
+ Exclude:
+ - 'spec/**/*.rb'
+
+Metrics/BlockLength:
Exclude:
- 'spec/**/*.rb'