Browse Source

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

Thorsten Eckel 5 years ago
parent
commit
c8d19fc0af
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .rubocop_todo.yml

+ 3 - 2
.rubocop_todo.yml

@@ -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.