.rubocop.yml in br_invoices_pdf-0.1.5.alpha.11 vs .rubocop.yml in br_invoices_pdf-0.1.5
- old
+ new
@@ -8,22 +8,12 @@
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'