diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2019-06-18 16:18:26 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2019-06-21 13:00:50 +0200 |
commit | ac2d08212b20bae20c85ea225ec3fb0052a9e1af (patch) | |
tree | 37ef6b98f39bd9eeb25b3306b09a868728602dc0 /rubocop/rubocop.rb | |
parent | 2c48cb24983314ab78963d2dfb2a74b0f9104fc8 (diff) | |
download | gitlab-ce-ac2d08212b20bae20c85ea225ec3fb0052a9e1af.tar.gz |
Add a cop to ensure we authorize GraphQL types
Diffstat (limited to 'rubocop/rubocop.rb')
-rw-r--r-- | rubocop/rubocop.rb | 1 |
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' |