Ignore gosimple's S1024 check for go1.8

This commit is contained in:
Faissal Elamraoui 2017-03-15 17:45:51 +01:00
parent 09f53c0400
commit 64a8570c70
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ install:
script:
- go vet $(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/)
- unused $(go list ./... | grep -v /vendor/)
- unconvert $(go list ./... | grep -v /vendor/)