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-03-27 18:08:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-27 18:08:31 +0300
commite77cb2465fa34b8883987206a42648603d5bf073 (patch)
treef2bbff57b35c6a0c97309056a795e446a3e5b139 /.rubocop.yml
parente9de373448d0ae4dd330c131db2366a30e0c025d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index cf569bff2f4..18c713ea09a 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -978,4 +978,5 @@ Search/NamespacedClass:
- 'scripts/**/*'
- 'spec/migrations/**/*.rb'
- 'app/experiments/**/*_experiment.rb'
- - 'ee/app/experiments/**/*_experiment.rb' \ No newline at end of file
+ - 'ee/app/experiments/**/*_experiment.rb'
+ - 'lib/gitlab/instrumentation/**/*.rb' \ No newline at end of file