1
0
mirror of https://github.com/beego/bee.git synced 2025-07-03 05:00:19 +00:00

Merge pull request #436 from franzwilhelm/master

Add complete swagger 3.0 security support for oauth2, apiKey and basic
This commit is contained in:
astaxie
2017-05-16 11:17:35 +08:00
committed by GitHub
5 changed files with 98 additions and 26 deletions

View File

@ -16,7 +16,7 @@ script:
- go vet $(go list ./... | grep -v /vendor/)
- structcheck $(go list ./... | grep -v /vendor/)
- gosimple -ignore "$(cat gosimple.ignore)" $(go list ./... | grep -v /vendor/)
- staticcheck $(go list ./... | grep -v /vendor/)
- staticcheck -ignore "$(cat staticcheck.ignore)" $(go list ./... | grep -v /vendor/)
- unused $(go list ./... | grep -v /vendor/)
- unconvert $(go list ./... | grep -v /vendor/)
- ineffassign .