1
0
Mirror von https://github.com/beego/bee.git synchronisiert 2025-09-17 18:22:09 +00:00

add ignore for staticcheck

Dieser Commit ist enthalten in:
franzwilhelm
2017-05-15 00:32:45 +02:00
Ursprung fef25c2c5f
Commit e8c0f528a6
3 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen

Datei anzeigen

@@ -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/)