Commit 6a571455 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Merge branch '346028-Fix-GitLab-ArgumentName-rubocop-offense' into 'master'

Enable the `GraphQL/ArgumentName` cop

See merge request gitlab-org/gitlab!76013
parents 67fd5552 10601fb5
---
GraphQL/ArgumentName:
Exclude:
- ee/app/graphql/mutations/audit_events/external_audit_event_destinations/update.rb
......@@ -12,7 +12,7 @@ module Mutations
required: true,
description: 'ID of external audit event destination to destroy.'
argument :destinationUrl, GraphQL::Types::String,
argument :destination_url, GraphQL::Types::String,
required: false,
description: 'Destination URL to change.'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment