1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-13 17:31:01 +00:00

remove SA1024 staticchek

This commit is contained in:
JessonChan
2019-01-22 20:52:06 +08:00
parent 2a579eb27c
commit 0145fe3486
2 changed files with 8 additions and 8 deletions

View File

@ -55,7 +55,7 @@ after_script:
- rm -rf ./res/var/*
script:
- go test -v ./...
- staticcheck -show-ignored -checks "-ST1017,-U1000,-ST1005,-S1034,-S1012,-SA4006,-SA6005,-SA1019"
- staticcheck -show-ignored -checks "-ST1017,-U1000,-ST1005,-S1034,-S1012,-SA4006,-SA6005,-SA1019,-SA1024"
- unconvert $(go list ./... | grep -v /vendor/)
- ineffassign .
- find . ! \( -path './vendor' -prune \) -type f -name '*.go' -print0 | xargs -0 gofmt -l -s