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-10-15 12:08:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-15 12:08:41 +0300
commit9c72b346ac3b24cca9233a6ebf298659b408513f (patch)
treea9ffdbce875ab94e09ff0e3ac737fbfecb86a0af /.rubocop.yml
parent2819fd258a456f0193a2e1ca9e7a54cee45b98cf (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 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: