Maintenance: Completely disable Metrics/AbcSize rubocop for now. A list of files would be prefered but is currently not available.

This commit is contained in:
Thorsten Eckel 2019-10-11 17:16:47 +02:00
parent 3107d684b5
commit c8d19fc0af

View file

@ -25,9 +25,10 @@ Lint/MissingCopEnableDirective:
- 'lib/import/otrs/user_factory.rb'
- 'lib/import/transaction_factory.rb'
# Offense count: 833
# ATTENTION: Don't use the value auto generated by Rubocop.
# db/migrate/20120101000001_create_base.rb is the largest and will continue to grow.
Metrics/AbcSize:
Max: 637
Enabled: false
# Offense count: 29
# Configuration parameters: CountBlocks.