summaryrefslogtreecommitdiff
path: root/.rubocop_todo/metrics/abc_size.yml
blob: 747ef3823f5e50abf6ac4b84888ee37d13a1e425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
Metrics/AbcSize:
  Exclude:
    - 'app/controllers/concerns/issuable_actions.rb'
    - 'app/helpers/issuables_helper.rb'
    - 'app/helpers/nav/top_nav_helper.rb'
    - 'app/helpers/search_helper.rb'
    - 'app/models/instance_configuration.rb'
    - 'app/services/projects/create_service.rb'
    - 'ee/app/workers/elastic/migration_worker.rb'
    - 'ee/lib/ee/audit/project_changes_auditor.rb'
    - 'lib/gitlab/analytics/cycle_analytics/request_params.rb'
    - 'lib/gitlab/sidekiq_middleware/server_metrics.rb'
    - 'qa/qa/resource/repository/push.rb'