mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
14
.rubocop_todo/metrics/abc_size.yml
Normal file
14
.rubocop_todo/metrics/abc_size.yml
Normal file
@ -0,0 +1,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'
|
Reference in New Issue
Block a user