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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-20 18:40:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-20 18:40:28 +0300
commitb595cb0c1dec83de5bdee18284abe86614bed33b (patch)
tree8c3d4540f193c5ff98019352f554e921b3a41a72 /.rubocop_todo/database/rescue_statement_timeout.yml
parent2f9104a328fc8a4bddeaa4627b595166d24671d0 (diff)
Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42
Diffstat (limited to '.rubocop_todo/database/rescue_statement_timeout.yml')
-rw-r--r--.rubocop_todo/database/rescue_statement_timeout.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop_todo/database/rescue_statement_timeout.yml b/.rubocop_todo/database/rescue_statement_timeout.yml
new file mode 100644
index 00000000000..dc6b0bdfab3
--- /dev/null
+++ b/.rubocop_todo/database/rescue_statement_timeout.yml
@@ -0,0 +1,5 @@
+---
+Database/RescueStatementTimeout:
+ Exclude:
+ - 'app/services/issues/relative_position_rebalancing_service.rb'
+ - 'lib/gitlab/background_migration/backfill_work_item_type_id_for_issues.rb'