Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resource_not_available_error.yml « graphql « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 316cd4a99cb427f223d0c4a92383bac9f127ee66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
# Cop supports --autocorrect.
Graphql/ResourceNotAvailableError:
  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/ci/ai/generate_config.rb'
    - 'ee/app/graphql/mutations/geo/registries/update.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'