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-07-02 15:09:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-02 15:09:02 +0300
commitb0107e8756bf3287f8a6221252c800209a9c46f6 (patch)
treef9bd9f37b44a946deaa39fab82085538a5e12105 /.rubocop.yml
parent6aab18704a534ea04f7477146aaa02104e738fcb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 438f27b0c87..bff2b7a32b1 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -328,6 +328,9 @@ Cop/SidekiqOptionsQueue:
Graphql/AuthorizeTypes:
Enabled: true
+ Include:
+ - 'app/graphql/types/**/*'
+ - 'ee/app/graphql/types/**/*'
Exclude:
- 'spec/**/*.rb'
- 'ee/spec/**/*.rb'