|
18 | 18 |
|
19 | 19 | # --AUTOGEN_HOOKS_START-- #
|
20 | 20 |
|
| 21 | +# this hook is autogenerated from a script |
| 22 | +# to modify this hook, update `src/check_jsonschema/catalog.py` |
| 23 | +# and run `make generate-hooks` or `tox run -e generate-hooks-config` |
21 | 24 | - id: check-azure-pipelines
|
22 | 25 | name: Validate Azure Pipelines
|
23 | 26 | description: 'Validate Azure Pipelines config against the schema provided by Microsoft'
|
|
26 | 29 | files: ^(\.)?azure-pipelines.(yml|yaml)$
|
27 | 30 | types: [yaml]
|
28 | 31 |
|
| 32 | +# this hook is autogenerated from a script |
| 33 | +# to modify this hook, update `src/check_jsonschema/catalog.py` |
| 34 | +# and run `make generate-hooks` or `tox run -e generate-hooks-config` |
29 | 35 | - id: check-bamboo-spec
|
30 | 36 | name: Validate Bamboo Specs
|
31 | 37 | description: 'Validate Bamboo Specs against the schema provided by SchemaStore'
|
|
34 | 40 | files: ^bamboo-specs/.*\.(yml|yaml)$
|
35 | 41 | types: [yaml]
|
36 | 42 |
|
| 43 | +# this hook is autogenerated from a script |
| 44 | +# to modify this hook, update `src/check_jsonschema/catalog.py` |
| 45 | +# and run `make generate-hooks` or `tox run -e generate-hooks-config` |
37 | 46 | - id: check-buildkite
|
38 | 47 | name: Validate Buildkite Pipelines
|
39 | 48 | description: 'Validate Buildkite Pipelines against the schema provided by Buildkite'
|
|
48 | 57 | )$
|
49 | 58 | types_or: [json,yaml]
|
50 | 59 |
|
| 60 | +# this hook is autogenerated from a script |
| 61 | +# to modify this hook, update `src/check_jsonschema/catalog.py` |
| 62 | +# and run `make generate-hooks` or `tox run -e generate-hooks-config` |
51 | 63 | - id: check-dependabot
|
52 | 64 | name: Validate Dependabot Config (v2)
|
53 | 65 | description: 'Validate Dependabot Config (v2) against the schema provided by SchemaStore'
|
|
56 | 68 | files: ^\.github/dependabot.(yml|yaml)$
|
57 | 69 | types: [yaml]
|
58 | 70 |
|
| 71 | +# this hook is autogenerated from a script |
| 72 | +# to modify this hook, update `src/check_jsonschema/catalog.py` |
| 73 | +# and run `make generate-hooks` or `tox run -e generate-hooks-config` |
59 | 74 | - id: check-github-actions
|
60 | 75 | name: Validate GitHub Actions
|
61 | 76 | description: 'Validate GitHub Actions against the schema provided by SchemaStore'
|
|
68 | 83 | )$
|
69 | 84 | types: [yaml]
|
70 | 85 |
|
| 86 | +# this hook is autogenerated from a script |
| 87 | +# to modify this hook, update `src/check_jsonschema/catalog.py` |
| 88 | +# and run `make generate-hooks` or `tox run -e generate-hooks-config` |
71 | 89 | - id: check-github-workflows
|
72 | 90 | name: Validate GitHub Workflows
|
73 | 91 | description: 'Validate GitHub Workflows against the schema provided by SchemaStore'
|
|
76 | 94 | files: ^\.github/workflows/[^/]+$
|
77 | 95 | types: [yaml]
|
78 | 96 |
|
| 97 | +# this hook is autogenerated from a script |
| 98 | +# to modify this hook, update `src/check_jsonschema/catalog.py` |
| 99 | +# and run `make generate-hooks` or `tox run -e generate-hooks-config` |
79 | 100 | - id: check-gitlab-ci
|
80 | 101 | name: Validate GitLab CI config
|
81 | 102 | description: 'Validate GitLab CI config against the schema provided by SchemaStore'
|
|
84 | 105 | files: ^.*\.gitlab-ci.yml$
|
85 | 106 | types: [yaml]
|
86 | 107 |
|
| 108 | +# this hook is autogenerated from a script |
| 109 | +# to modify this hook, update `src/check_jsonschema/catalog.py` |
| 110 | +# and run `make generate-hooks` or `tox run -e generate-hooks-config` |
87 | 111 | - id: check-readthedocs
|
88 | 112 | name: Validate ReadTheDocs Config
|
89 | 113 | description: 'Validate ReadTheDocs config against the schema provided by ReadTheDocs'
|
|
92 | 116 | files: ^\.readthedocs.(yml|yaml)$
|
93 | 117 | types: [yaml]
|
94 | 118 |
|
| 119 | +# this hook is autogenerated from a script |
| 120 | +# to modify this hook, update `src/check_jsonschema/catalog.py` |
| 121 | +# and run `make generate-hooks` or `tox run -e generate-hooks-config` |
95 | 122 | - id: check-renovate
|
96 | 123 | name: Validate Renovate Config
|
97 | 124 | description: 'Validate Renovate config against the schema provided by Renovate (does not support renovate config in package.json)'
|
|
104 | 131 | \.renovaterc(\.json)?
|
105 | 132 | )$
|
106 | 133 |
|
| 134 | +# this hook is autogenerated from a script |
| 135 | +# to modify this hook, update `src/check_jsonschema/catalog.py` |
| 136 | +# and run `make generate-hooks` or `tox run -e generate-hooks-config` |
107 | 137 | - id: check-travis
|
108 | 138 | name: Validate Travis Config
|
109 | 139 | description: 'Validate Travis Config against the schema provided by SchemaStore'
|
|
0 commit comments