fix lint
This commit is contained in:
parent
fc3ed9065f
commit
340ddec7c6
|
|
@ -5,5 +5,5 @@ before_install:
|
|||
# download super-linter: golangci-lint
|
||||
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
|
||||
script:
|
||||
- golangci-lint run --enable-all
|
||||
- golangci-lint run --enable-all -D gofumpt
|
||||
- go test ./...
|
||||
|
|
|
|||
Loading…
Reference in New Issue