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/rspec/before_all.yml')
-rw-r--r--.rubocop_todo/rspec/before_all.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop_todo/rspec/before_all.yml b/.rubocop_todo/rspec/before_all.yml
new file mode 100644
index 00000000000..e7c57db9996
--- /dev/null
+++ b/.rubocop_todo/rspec/before_all.yml
@@ -0,0 +1,6 @@
+---
+# Cop supports --autocorrect.
+RSpec/BeforeAll:
+ Details: grace period
+ Exclude:
+ - 'ee/spec/support/shared_examples/finders/security/findings_finder_shared_examples.rb'