Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
10601fb5
Commit
10601fb5
authored
Dec 04, 2021
by
Kev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix GraphQL/ArgumentName offense
Changelog: other
parent
5e2a6116
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
.rubocop_todo/graphql/argument_name.yml
.rubocop_todo/graphql/argument_name.yml
+0
-4
ee/app/graphql/mutations/audit_events/external_audit_event_destinations/update.rb
.../audit_events/external_audit_event_destinations/update.rb
+1
-1
No files found.
.rubocop_todo/graphql/argument_name.yml
deleted
100644 → 0
View file @
5e2a6116
---
GraphQL/ArgumentName
:
Exclude
:
-
ee/app/graphql/mutations/audit_events/external_audit_event_destinations/update.rb
ee/app/graphql/mutations/audit_events/external_audit_event_destinations/update.rb
View file @
10601fb5
...
...
@@ -12,7 +12,7 @@ module Mutations
required:
true
,
description:
'ID of external audit event destination to destroy.'
argument
:destination
U
rl
,
GraphQL
::
Types
::
String
,
argument
:destination
_u
rl
,
GraphQL
::
Types
::
String
,
required:
false
,
description:
'Destination URL to change.'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment