We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a361c04 commit 11f1e0cCopy full SHA for 11f1e0c
.pre-commit-config.yaml
@@ -180,6 +180,18 @@ repos:
180
entry: koalaman/shellcheck:stable -x -a
181
files: ^breeze$|^breeze-complete$|\.sh$|^hooks/build$|^hooks/push$|\.bash$|\.bats$
182
exclude: ^airflow/_vendor/.*$
183
+ - id: lint-openapi
184
+ name: Lint OpenAPI using speccy
185
+ language: docker_image
186
+ entry: wework/speccy lint
187
+ files: ^openapi.yaml$
188
189
+ name: Litn OpenAPI using openapi-spec-validator
190
+ entry: openapi-spec-validator --schema 3.0.0 openapi.yaml
191
+ language: python
192
+ additional_dependencies: ['openapi-spec-validator']
193
+ pass_filenames: false
194
195
- id: lint-dockerfile
196
name: Lint dockerfile
197
language: system
0 commit comments