Exclude products_table_component from Metrics/ClassLength rubocop rule

This commit is contained in:
Jean-Baptiste Bellet
2022-03-30 09:06:05 +02:00
parent 20218c00ab
commit 428256a323

View File

@@ -440,6 +440,7 @@ Metrics/BlockNesting:
# Configuration parameters: CountComments, Max, CountAsOne.
Metrics/ClassLength:
Exclude:
- 'app/components/products_table_component.rb'
- 'app/controllers/admin/customers_controller.rb'
- 'app/controllers/admin/enterprises_controller.rb'
- 'app/controllers/admin/order_cycles_controller.rb'