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-08-02 00:10:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-02 00:10:20 +0300
commitcc77bdd6f5f12bea0f50064f3feadcd9c87009a6 (patch)
treeb9347c56663684eaa5939984c9a604dc767f214e /gems/config
parent9cf7b70ac7b17ea3310ebdf83e94d1d5fd248b82 (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 32fd3cd8987..58746de53b0 100644
--- a/gems/config/rubocop.yml
+++ b/gems/config/rubocop.yml
@@ -65,6 +65,10 @@ Graphql/AuthorizeTypes:
Graphql/Descriptions:
Enabled: false
+# This cop doesn't make sense in the context of gems
+RSpec/BeforeAll:
+ Enabled: false
+
Naming/FileName:
Exclude:
- spec/**/*.rb