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 28a9db5fdda..ccc5967ebed 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -371,6 +371,12 @@ Graphql/GIDExpectedType:
- 'spec/**/*.rb'
- 'ee/spec/**/*.rb'
+Graphql/IDType:
+ Enabled: true
+ Include:
+ - 'app/graphql/**/*'
+ - 'ee/app/graphql/**/*'
+
Graphql/JSONType:
Enabled: true
Include: