Welcome to mirror list, hosted at ThFree Co, Russian Federation.

deprecate_track_redis_hll_event.yml « gitlab « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce2190c980c1c9e8bba851eed7fd8410cbcd8df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
Gitlab/DeprecateTrackRedisHLLEvent:
  Exclude:
    - 'app/controllers/concerns/snippets_actions.rb'
    - 'app/controllers/concerns/wiki_actions.rb'
    - 'app/controllers/projects/blob_controller.rb'
    - 'app/controllers/projects/pipelines_controller.rb'
    - 'ee/app/controllers/admin/audit_logs_controller.rb'
    - 'ee/app/controllers/admin/credentials_controller.rb'
    - 'ee/app/controllers/groups/analytics/ci_cd_analytics_controller.rb'
    - 'ee/app/controllers/groups/audit_events_controller.rb'
    - 'ee/app/controllers/groups/epic_boards_controller.rb'
    - 'ee/app/controllers/groups/security/compliance_dashboards_controller.rb'
    - 'spec/controllers/concerns/redis_tracking_spec.rb'