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:
authorBob Van Landuyt <bob@vanlanduyt.co>2019-06-18 17:18:26 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2019-06-21 14:00:50 +0300
commitac2d08212b20bae20c85ea225ec3fb0052a9e1af (patch)
tree37ef6b98f39bd9eeb25b3306b09a868728602dc0 /rubocop/rubocop.rb
parent2c48cb24983314ab78963d2dfb2a74b0f9104fc8 (diff)
Add a cop to ensure we authorize GraphQL types
Diffstat (limited to 'rubocop/rubocop.rb')
-rw-r--r--rubocop/rubocop.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/rubocop/rubocop.rb b/rubocop/rubocop.rb
index e2a19978839..27c63d92ae5 100644
--- a/rubocop/rubocop.rb
+++ b/rubocop/rubocop.rb
@@ -43,3 +43,4 @@ require_relative 'cop/code_reuse/serializer'
require_relative 'cop/code_reuse/active_record'
require_relative 'cop/group_public_or_visible_to_user'
require_relative 'cop/inject_enterprise_edition_module'
+require_relative 'cop/graphql/authorize_types'