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-01-28 21:14:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-28 21:14:12 +0300
commitde3e5b677261e4cdd9fbad6fbe461c9c605cbfa6 (patch)
treea5216f78aed35cdcbd3a933b9b22be7dffec9b62 /.rubocop_todo
parent3837dbda3736815b7d6dab0f880698ea0cddef3c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/rspec/leaky_constant_declaration.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.rubocop_todo/rspec/leaky_constant_declaration.yml b/.rubocop_todo/rspec/leaky_constant_declaration.yml
new file mode 100644
index 00000000000..b8b3980ef4f
--- /dev/null
+++ b/.rubocop_todo/rspec/leaky_constant_declaration.yml
@@ -0,0 +1,15 @@
+---
+RSpec/LeakyConstantDeclaration:
+ Exclude:
+ - spec/db/schema_spec.rb
+ - spec/lib/gitlab/config/entry/simplifiable_spec.rb
+ - spec/lib/gitlab/quick_actions/dsl_spec.rb
+ - spec/lib/marginalia_spec.rb
+ - spec/mailers/notify_spec.rb
+ - spec/models/concerns/batch_destroy_dependent_associations_spec.rb
+ - spec/models/concerns/bulk_insert_safe_spec.rb
+ - spec/models/concerns/bulk_insertable_associations_spec.rb
+ - spec/models/concerns/triggerable_hooks_spec.rb
+ - spec/models/repository_spec.rb
+ - spec/services/clusters/applications/check_installation_progress_service_spec.rb
+ - spec/support/shared_examples/quick_actions/issuable/issuable_quick_actions_shared_examples.rb