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-22 00:09:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-22 00:09:00 +0300
commit9fe1a4945b8db40c6b5d7b3ce7c6dbc93cdf67be (patch)
tree348efd8561338490a9f2c0c2a6bea91ef3bcd2de /.rubocop.yml
parent248492cc573e85aea19d7493c3a15d459be016c5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 56c51bee0e3..cf569bff2f4 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -966,3 +966,16 @@ Cop/FeatureFlagUsage:
Style/ArgumentsForwarding:
Enabled: true
AllowOnlyRestArgument: false
+
+Search/NamespacedClass:
+ Enabled: true
+ Exclude:
+ - 'config/**/*.rb'
+ - 'db/**/*.rb'
+ - 'ee/db/**/*.rb'
+ - 'ee/bin/**/*'
+ - 'ee/elastic/**/*.rb' # Advanced Search migrations issue: <>
+ - 'scripts/**/*'
+ - 'spec/migrations/**/*.rb'
+ - 'app/experiments/**/*_experiment.rb'
+ - 'ee/app/experiments/**/*_experiment.rb' \ No newline at end of file