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