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:
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: