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>2021-08-04 00:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-04 00:09:39 +0300
commit4bf395cded929b1f2d2419079d8107604c9f930f (patch)
treed6edb3ab04e1a8241f9ac44ebb789cfc6ebaeff9 /.rubocop.yml
parent49058851264455c22a5ba00c8671b7d4cdfd8ee9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c4d26f6176f..0853b418a4c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -446,9 +446,10 @@ Graphql/OldTypes:
Include:
- 'app/graphql/**/*'
- 'ee/app/graphql/**/*'
- Exclude:
- - 'spec/**/*.rb'
- - 'ee/spec/**/*.rb'
+ - 'spec/graphql/**/*'
+ - 'spec/requests/api/graphql/**/*'
+ - 'ee/spec/graphql/**/*'
+ - 'ee/spec/requests/api/graphql/**/*'
RSpec/EnvAssignment:
Enable: true