summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-16 03:07:09 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-16 03:07:09 +0000
commit2805579d338811be87ef7e707a377ad7ec73fe21 (patch)
treea90a5b4b0a7c930fe56dddd5560123fd81a0c5e4 /.rubocop.yml
parentbfa34fc19c0f74dbbf7caa3063565ec77efe0999 (diff)
downloadgitlab-ce-2805579d338811be87ef7e707a377ad7ec73fe21.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index a1943f5acf4..3a3150f9fbc 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -903,3 +903,11 @@ Rake/Require:
Include:
- '{,ee/,jh/}lib/**/*.rake'
- 'qa/tasks/**/*.rake'
+
+Cop/FeatureFlagUsage:
+ Include:
+ - 'lib/gitlab/redis/**/*.rb'
+ - 'lib/gitlab/patch/**/*.rb'
+ - 'lib/gitlab/instrumentation/**/*.rb'
+ Exclude:
+ - 'lib/gitlab/redis/multi_store.rb'