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:
Diffstat (limited to '.rubocop_todo/graphql/unused_argument.yml')
-rw-r--r--.rubocop_todo/graphql/unused_argument.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop_todo/graphql/unused_argument.yml b/.rubocop_todo/graphql/unused_argument.yml
new file mode 100644
index 00000000000..c55d8551591
--- /dev/null
+++ b/.rubocop_todo/graphql/unused_argument.yml
@@ -0,0 +1,5 @@
+---
+GraphQL/UnusedArgument:
+ Exclude:
+ - app/graphql/mutations/jira_import/start.rb
+ - app/graphql/resolvers/packages_base_resolver.rb