summaryrefslogtreecommitdiff
path: root/app/graphql/types/ci_configuration/sast/entity_input_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/ci_configuration/sast/entity_input_type.rb')
-rw-r--r--app/graphql/types/ci_configuration/sast/entity_input_type.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/graphql/types/ci_configuration/sast/entity_input_type.rb b/app/graphql/types/ci_configuration/sast/entity_input_type.rb
index 39b3efb3db8..9fce120889b 100644
--- a/app/graphql/types/ci_configuration/sast/entity_input_type.rb
+++ b/app/graphql/types/ci_configuration/sast/entity_input_type.rb
@@ -3,7 +3,6 @@
module Types
module CiConfiguration
module Sast
- # rubocop: disable Graphql/AuthorizeTypes
class EntityInputType < BaseInputObject
graphql_name 'SastCiConfigurationEntityInput'
description 'Represents an entity in SAST CI configuration'