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

Remove files

This commit is contained in:
Ming Deng
2020-08-15 09:39:58 +08:00
parent 94f476fa39
commit b4a85c8f13
221 changed files with 28 additions and 52357 deletions

View File

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