configure rubocop_todo to prevent errors
This commit is contained in:
parent
303f9029d3
commit
09679812af
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,8 @@ Lint/Void:
|
||||||
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
|
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
|
||||||
Metrics/AbcSize:
|
Metrics/AbcSize:
|
||||||
Max: 143
|
Max: 143
|
||||||
|
Exclude:
|
||||||
|
- 'app/documents/group_order_invoice_pdf.rb'
|
||||||
|
|
||||||
# Offense count: 72
|
# Offense count: 72
|
||||||
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
|
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
|
||||||
|
@ -419,6 +421,7 @@ RSpec/Capybara/FeatureMethods:
|
||||||
- 'spec/integration/receive_spec.rb'
|
- 'spec/integration/receive_spec.rb'
|
||||||
- 'spec/integration/session_spec.rb'
|
- 'spec/integration/session_spec.rb'
|
||||||
- 'spec/integration/supplier_spec.rb'
|
- 'spec/integration/supplier_spec.rb'
|
||||||
|
- 'spec/integration/group_order_invoices_spec.rb'
|
||||||
|
|
||||||
# Offense count: 27
|
# Offense count: 27
|
||||||
# Configuration parameters: Prefixes.
|
# Configuration parameters: Prefixes.
|
||||||
|
|
Loading…
Reference in a new issue