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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/database/rescue_query_canceled.yml')
-rw-r--r--.rubocop_todo/database/rescue_query_canceled.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop_todo/database/rescue_query_canceled.yml b/.rubocop_todo/database/rescue_query_canceled.yml
new file mode 100644
index 00000000000..76635ca4018
--- /dev/null
+++ b/.rubocop_todo/database/rescue_query_canceled.yml
@@ -0,0 +1,9 @@
+---
+Database/RescueQueryCanceled:
+ Exclude:
+ - 'app/services/issues/relative_position_rebalancing_service.rb'
+ - 'ee/app/workers/update_max_seats_used_for_gitlab_com_subscriptions_worker.rb'
+ - 'lib/gitlab/background_migration/backfill_work_item_type_id_for_issues.rb'
+ - 'lib/gitlab/database/batch_counter.rb'
+ - 'lib/gitlab/issuables_count_for_state.rb'
+ - 'lib/tasks/gitlab/db/lock_writes.rake'