forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.redocly.lint-ignore.yaml
More file actions
66 lines (66 loc) · 3.32 KB
/
.redocly.lint-ignore.yaml
File metadata and controls
66 lines (66 loc) · 3.32 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
# See https://redoc.ly/docs/cli/ for more information.
_schema.yaml:
no-empty-servers:
- '#/openapi'
no-ambiguous-paths:
- >-
#/paths/~1api~1histories~1{history_id}~1contents~1{dataset_id}~1permissions
- >-
#/paths/~1api~1histories~1{history_id}~1contents~1{history_content_id}~1display
- >-
#/paths/~1api~1histories~1{history_id}~1contents~1{history_content_id}~1extra_files
- >-
#/paths/~1api~1histories~1{history_id}~1contents~1{history_content_id}~1metadata_file
- >-
#/paths/~1api~1histories~1{history_id}~1contents~1{history_content_id}~1tags
- '#/paths/~1api~1histories~1{history_id}~1contents~1{id}~1validate'
- '#/paths/~1api~1histories~1{history_id}~1contents~1{type}s~1{id}'
- '#/paths/~1api~1invocations~1{invocation_id}~1biocompute'
- '#/paths/~1api~1invocations~1{invocation_id}~1jobs_summary'
- '#/paths/~1api~1invocations~1{invocation_id}~1prepare_store_download'
- '#/paths/~1api~1invocations~1{invocation_id}~1report'
- '#/paths/~1api~1invocations~1{invocation_id}~1report.pdf'
- '#/paths/~1api~1invocations~1{invocation_id}~1step_jobs_summary'
- '#/paths/~1api~1invocations~1{invocation_id}~1write_store'
- '#/paths/~1api~1quotas~1{id}~1purge'
- '#/paths/~1api~1users~1{user_id}~1api_key'
- '#/paths/~1api~1users~1{user_id}~1beacon'
- '#/paths/~1api~1users~1{user_id}~1custom_builds'
- '#/paths/~1api~1users~1{user_id}~1recalculate_disk_usage'
- '#/paths/~1api~1users~1{user_id}~1send_activation_email'
- '#/paths/~1api~1users~1{user_id}~1usage'
no-unused-components:
- '#/components/schemas/FetchDataPayload'
security-defined:
- '#/paths/~1api~1authenticate~1baseauth/get'
_shed_schema.yaml:
no-empty-servers:
- '#/openapi'
operation-2xx-response:
- '#/paths/~1repository~1status_for_installed_repository/get'
security-defined:
- '#/paths/~1api~1authenticate~1baseauth/get'
- '#/paths/~1api~1categories~1{encoded_category_id}/get'
- '#/paths/~1api~1ga4gh~1trs~1v2~1service-info/get'
- '#/paths/~1api~1ga4gh~1trs~1v2~1toolClasses/get'
- '#/paths/~1api~1ga4gh~1trs~1v2~1tools/get'
- '#/paths/~1api~1repositories~1get_ordered_installable_revisions/get'
- '#/paths/~1api~1repositories~1updates/get'
- '#/paths/~1api~1repositories~1{encoded_repository_id}/get'
- '#/paths/~1api~1repositories~1{encoded_repository_id}~1metadata/get'
- >-
#/paths/~1api~1repositories~1{encoded_repository_id}~1revisions~1{changeset_revision}~1readmes/get
- '#/paths/~1api~1version/get'
- >-
#/paths/~1api_internal~1repositories~1{encoded_repository_id}~1metadata/get
- '#/paths/~1repository~1get_changeset_revision_and_ctx_rev/get'
- '#/paths/~1repository~1get_ctx_rev/get'
- '#/paths/~1repository~1get_repository_type/get'
- '#/paths/~1repository~1get_required_repo_info_dict/get'
- '#/paths/~1repository~1get_tool_dependencies/get'
- '#/paths/~1repository~1next_installable_changeset_revision/get'
- '#/paths/~1repository~1previous_changeset_revisions/get'
- '#/paths/~1repository~1static~1images~1{repository_id}~1{image_file}/get'
- '#/paths/~1repository~1status_for_installed_repository/get'
- '#/paths/~1repository~1updated_changeset_revisions/get'