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-08-17 18:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-17 18:10:09 +0300
commit073ebdcae8630bbcc849f7cfb4c27fd81bef99a5 (patch)
tree0d73076a9fa08b46b19a3220401bc6c1be1a1cb5 /.rubocop.yml
parent4203215d542505bba491a01d637479934c8005d6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 6529fc88e1e..aa3b4ca33b9 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -339,8 +339,8 @@ Graphql/AuthorizeTypes:
Graphql/JSONType:
Enabled: true
Include:
- - 'app/graphql/types/**/*'
- - 'ee/app/graphql/types/**/*'
+ - 'app/graphql/**/*'
+ - 'ee/app/graphql/**/*'
Exclude:
- 'spec/**/*.rb'
- 'ee/spec/**/*.rb'