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:
parent
3107d684b5
commit
c8d19fc0af
1 changed files with 3 additions and 2 deletions
|
@ -25,9 +25,10 @@ Lint/MissingCopEnableDirective:
|
||||||
- 'lib/import/otrs/user_factory.rb'
|
- 'lib/import/otrs/user_factory.rb'
|
||||||
- 'lib/import/transaction_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:
|
Metrics/AbcSize:
|
||||||
Max: 637
|
Enabled: false
|
||||||
|
|
||||||
# Offense count: 29
|
# Offense count: 29
|
||||||
# Configuration parameters: CountBlocks.
|
# Configuration parameters: CountBlocks.
|
||||||
|
|
Loading…
Reference in a new issue