mirror of
https://github.com/beego/bee.git
synced 2024-11-22 05:00:54 +00:00
Ignore gosimple's S1024 check for go1.8
This commit is contained in:
parent
09f53c0400
commit
64a8570c70
@ -13,7 +13,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- go vet $(go list ./... | grep -v /vendor/)
|
- go vet $(go list ./... | grep -v /vendor/)
|
||||||
- structcheck $(go list ./... | grep -v /vendor/)
|
- structcheck $(go list ./... | grep -v /vendor/)
|
||||||
- gosimple $(go list ./... | grep -v /vendor/)
|
- gosimple -ignore "github.com/beego/bee/cmd/commands/run/*.go:S1024" $(go list ./... | grep -v /vendor/)
|
||||||
- staticcheck $(go list ./... | grep -v /vendor/)
|
- staticcheck $(go list ./... | grep -v /vendor/)
|
||||||
- unused $(go list ./... | grep -v /vendor/)
|
- unused $(go list ./... | grep -v /vendor/)
|
||||||
- unconvert $(go list ./... | grep -v /vendor/)
|
- unconvert $(go list ./... | grep -v /vendor/)
|
||||||
|
Loading…
Reference in New Issue
Block a user