tools: Move check-swagger to check-openapi and make it executable.

This commit is contained in:
Hemanth V. Alluri
2019-08-04 21:29:21 +05:30
committed by Tim Abbott
parent 0682f4f12a
commit c90056bdb2
3 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ above.
declared using `REQ`.
You can check your formatting using two helpful tools.
* `tools/check-swagger` will verify the syntax of `zerver/openapi/zulip.yaml`.
* `tools/check-openapi` will verify the syntax of `zerver/openapi/zulip.yaml`.
* `test-backend zerver/tests/test_openapi.py`; this test compares
your documentation against the code and can find many common
mistakes in how arguments are declared.