Skip to content

Commit

Permalink
Revert "[AIRFLOW-6929] Add OpenAPI spec (#7549)"
Browse files Browse the repository at this point in the history
This reverts commit 11f1e0c.

The OpenAPI spec as added in has problems and needs revisiting (typos,
wrong IDs, wrong types)
  • Loading branch information
ashb committed Apr 8, 2020
1 parent b46d6c0 commit 04f232d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2,081 deletions.
12 changes: 0 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,18 +180,6 @@ repos:
entry: koalaman/shellcheck:stable -x -a
files: ^breeze$|^breeze-complete$|\.sh$|^hooks/build$|^hooks/push$|\.bash$|\.bats$
exclude: ^airflow/_vendor/.*$
- id: lint-openapi
name: Lint OpenAPI using speccy
language: docker_image
entry: wework/speccy lint
files: ^openapi.yaml$
- id: lint-openapi
name: Lint OpenAPI using openapi-spec-validator
entry: openapi-spec-validator --schema 3.0.0 openapi.yaml
language: python
additional_dependencies: ['openapi-spec-validator']
pass_filenames: false
files: ^openapi.yaml$
- id: lint-dockerfile
name: Lint dockerfile
language: system
Expand Down
Loading

0 comments on commit 04f232d

Please sign in to comment.