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-08-02 09:09:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-02 09:09:24 +0300
commit8bf623d6eaa873c2a77da3c14b51ce1eabdc84f7 (patch)
treea42c566ca98ae0eee3201994860ba31fe46bc45f /.rubocop.yml
parent123582839259a70910bd0e9109e57ed65d71cb23 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 25c3b79f522..48e7a92d05f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1043,3 +1043,12 @@ Search/AvoidCheckingFinishedOnDeprecatedMigrations:
- 'ee/lib/elastic/**/*.rb'
- 'ee/lib/gitlab/elastic/**/*.rb'
- 'ee/spec/support/helpers/elasticsearch_helpers.rb'
+
+# See https://gitlab.com/gitlab-org/gitlab/-/issues/407233
+Cop/ExperimentsTestCoverage:
+ Enabled: true
+ Include:
+ - 'app/**/*'
+ - 'lib/**/*'
+ - 'ee/app/**/*'
+ - 'ee/lib/**/*'