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-10 15:08:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-10 15:08:58 +0300
commit215001eca7ababe4c617a04a37d307a97353d6e0 (patch)
tree50c65a921667c43d58f09cd1e900d4854285adcc /gems/gitlab-schema-validation/.rubocop.yml
parent4a6c33b8a49bea08205a77d53d4425b9c23845b4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'gems/gitlab-schema-validation/.rubocop.yml')
-rw-r--r--gems/gitlab-schema-validation/.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/gems/gitlab-schema-validation/.rubocop.yml b/gems/gitlab-schema-validation/.rubocop.yml
index 6b3942f803e..7a531adfcf8 100644
--- a/gems/gitlab-schema-validation/.rubocop.yml
+++ b/gems/gitlab-schema-validation/.rubocop.yml
@@ -3,3 +3,9 @@ inherit_from:
AllCops:
NewCops: enable
+
+Gitlab/RSpec/AvoidSetup:
+ Enabled: false
+
+RSpec/MultipleMemoizedHelpers:
+ Max: 25