1
0
mirror of https://github.com/beego/bee.git synced 2025-07-16 21:52:15 +00:00

add ignore for staticcheck

This commit is contained in:
franzwilhelm
2017-05-15 00:32:45 +02:00
parent fef25c2c5f
commit e8c0f528a6
3 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,6 @@ 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/)