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>2023-11-10 03:12:50 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-10 03:12:50 +0300
commit0abbeedd2fe28913033e91964d355addbc8a9746 (patch)
treedf10bc8767a0175ff70ccfb1aef65701d1c96aa5 /.rubocop.yml
parentda7b4c2be2e87563f06f2e92672dbfa4f30ca3da (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index af65786c3eb..23f4ee435bb 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1092,3 +1092,8 @@ Cop/ExperimentsTestCoverage:
- 'lib/**/*'
- 'ee/app/**/*'
- 'ee/lib/**/*'
+
+RSpec/UselessDynamicDefinition:
+ Exclude:
+ - 'spec/factories/**/*'
+ - 'ee/spec/factories/**/*'