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.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