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/internal_affairs/use_restrict_on_send.yml')
-rw-r--r--.rubocop_todo/internal_affairs/use_restrict_on_send.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.rubocop_todo/internal_affairs/use_restrict_on_send.yml b/.rubocop_todo/internal_affairs/use_restrict_on_send.yml
new file mode 100644
index 00000000000..def67cd71b1
--- /dev/null
+++ b/.rubocop_todo/internal_affairs/use_restrict_on_send.yml
@@ -0,0 +1,13 @@
+---
+InternalAffairs/UseRestrictOnSend:
+ Details: grace period
+ Exclude:
+ - 'rubocop/cop/gitlab/feature_available_usage.rb'
+ - 'rubocop/cop/migration/add_concurrent_foreign_key.rb'
+ - 'rubocop/cop/migration/add_concurrent_index.rb'
+ - 'rubocop/cop/migration/add_timestamps.rb'
+ - 'rubocop/cop/migration/background_migrations.rb'
+ - 'rubocop/cop/migration/remove_concurrent_index.rb'
+ - 'rubocop/cop/migration/with_lock_retries_with_change.rb'
+ - 'rubocop/cop/project_path_helper.rb'
+ - 'rubocop/cop/safe_params.rb'