1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 17:35:49 +00:00

Enable swagger validation back as issue with it has been fixed upstream (#4673)

This commit is contained in:
Lauris BH 2018-08-12 03:08:17 +03:00 committed by techknowlogick
parent 3ad5399a31
commit 7fbdd4f2ac

View File

@ -75,7 +75,7 @@ pipeline:
- make lint
- make fmt-check
- make swagger-check
# - make swagger-validate
- make swagger-validate
- make misspell-check
- make test-vendor
- make build