stricter linting disabled

This commit is contained in:
davidnewhall2 2020-07-05 03:01:28 -07:00
parent 1afed6d7d9
commit e24223ecd8
1 changed files with 1 additions and 1 deletions

View File

@ -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 ./...