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-07-11 18:08:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-11 18:08:47 +0300
commitf4ad4d190044bd14fe4caec25b1a219887bc752f (patch)
treec2c185f73ea65906018324034149f43e4d1a366c /gems/config
parentbcd11d993d80d46053a97ee3b0344ed4d2b4571b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'gems/config')
-rw-r--r--gems/config/rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/gems/config/rubocop.yml b/gems/config/rubocop.yml
index 5422348ebef..f591cde534f 100644
--- a/gems/config/rubocop.yml
+++ b/gems/config/rubocop.yml
@@ -44,6 +44,10 @@ Gitlab/NamespacedClass:
Enabled: false
# This cop doesn't make sense in the context of gems
+Gitlab/RSpec/AvoidSetup:
+ Enabled: false
+
+# This cop doesn't make sense in the context of gems
Graphql/AuthorizeTypes:
Enabled: false