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>2020-11-12 09:09:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-12 09:09:02 +0300
commit5f362c717e637ba18d04d2ed6722098455c8b571 (patch)
treea5de8fbd57e14af24c950b7031137caf3358badf /.rubocop.yml
parent554826c7017ebcb2ce7343c1ea491dc611050b0b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index bcdc8251033..34d6fe5e434 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -355,6 +355,12 @@ Cop/SidekiqOptionsQueue:
- 'spec/**/*.rb'
- 'ee/spec/**/*.rb'
+Graphql/ResolverType:
+ Enabled: true
+ Include:
+ - 'app/graphql/resolvers/**/*'
+ - 'ee/app/graphql/resolvers/**/*'
+
Graphql/AuthorizeTypes:
Enabled: true
Include: