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-03 15:09:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-03 15:09:47 +0300
commita70e2c041864b6cd754f3f0ab225e0e02b59ebaf (patch)
tree0565e3d04ff0d476daadc0fb2e542da25ae729d5 /.rubocop.yml
parentcb48c93abf57768d171e9f8a2f23838a7ce8da07 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c48ea41ac33..9fb46e87c34 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -336,6 +336,15 @@ Graphql/AuthorizeTypes:
- 'spec/**/*.rb'
- 'ee/spec/**/*.rb'
+Graphql/JSONType:
+ Enabled: true
+ Include:
+ - 'app/graphql/types/**/*'
+ - 'ee/app/graphql/types/**/*'
+ Exclude:
+ - 'spec/**/*.rb'
+ - 'ee/spec/**/*.rb'
+
RSpec/EnvAssignment:
Enable: true
Include: