summaryrefslogtreecommitdiff
path: root/.rubocop_todo/graphql/resource_not_available_error.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/graphql/resource_not_available_error.yml')
-rw-r--r--.rubocop_todo/graphql/resource_not_available_error.yml42
1 files changed, 42 insertions, 0 deletions
diff --git a/.rubocop_todo/graphql/resource_not_available_error.yml b/.rubocop_todo/graphql/resource_not_available_error.yml
new file mode 100644
index 00000000000..68e68c51277
--- /dev/null
+++ b/.rubocop_todo/graphql/resource_not_available_error.yml
@@ -0,0 +1,42 @@
+---
+# Cop supports --autocorrect.
+Graphql/ResourceNotAvailableError:
+ Details: grace period
+ Exclude:
+ - 'app/graphql/mutations/achievements/create.rb'
+ - 'app/graphql/mutations/admin/sidekiq_queues/delete_jobs.rb'
+ - 'app/graphql/mutations/ci/ci_cd_settings_update.rb'
+ - 'app/graphql/mutations/ci/job_artifact/bulk_destroy.rb'
+ - 'app/graphql/mutations/ci/runner/create.rb'
+ - 'app/graphql/mutations/custom_emoji/create.rb'
+ - 'app/graphql/mutations/custom_emoji/destroy.rb'
+ - 'app/graphql/mutations/design_management/move.rb'
+ - 'app/graphql/mutations/issues/bulk_update.rb'
+ - 'app/graphql/mutations/issues/set_crm_contacts.rb'
+ - 'app/graphql/mutations/issues/set_escalation_status.rb'
+ - 'app/graphql/mutations/notes/create/base.rb'
+ - 'app/graphql/mutations/notes/create/note.rb'
+ - 'app/graphql/mutations/notes/reposition_image_diff_note.rb'
+ - 'app/graphql/mutations/notes/update/image_diff_note.rb'
+ - 'app/graphql/mutations/saved_replies/create.rb'
+ - 'app/graphql/mutations/saved_replies/destroy.rb'
+ - 'app/graphql/mutations/saved_replies/update.rb'
+ - 'app/graphql/mutations/todos/mark_all_done.rb'
+ - 'app/graphql/mutations/work_items/export.rb'
+ - 'app/graphql/resolvers/ci/runner_setup_resolver.rb'
+ - 'app/graphql/resolvers/concerns/search_arguments.rb'
+ - 'app/graphql/resolvers/container_repository_tags_resolver.rb'
+ - 'app/graphql/resolvers/design_management/versions_resolver.rb'
+ - 'app/graphql/resolvers/kas/agent_configurations_resolver.rb'
+ - 'app/graphql/resolvers/kas/agent_connections_resolver.rb'
+ - 'app/graphql/resolvers/projects/snippets_resolver.rb'
+ - 'app/graphql/types/container_repository_details_type.rb'
+ - 'app/graphql/types/container_repository_type.rb'
+ - 'ee/app/graphql/ee/types/query_type.rb'
+ - 'ee/app/graphql/mutations/ai/action.rb'
+ - 'ee/app/graphql/mutations/audit_events/instance_external_audit_event_destinations/base.rb'
+ - 'ee/app/graphql/mutations/issues/set_escalation_policy.rb'
+ - 'ee/app/graphql/mutations/projects/set_locked.rb'
+ - 'ee/app/graphql/resolvers/incident_management/oncall_shifts_resolver.rb'
+ - 'ee/app/graphql/resolvers/product_analytics/visualization_resolver.rb'
+ - 'ee/app/graphql/resolvers/remote_development/workspaces_resolver.rb'