chore: switch to golangci-lint
This commit is contained in:
2
Makefile
2
Makefile
@@ -33,4 +33,4 @@ docker.push: docker.build
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
gometalinter --disable-all --enable=errcheck --enable=vet --enable=vetshadow --enable=golint --enable=gosec --enable=ineffassign --enable=goconst --enable=goimports --enable=gofmt --exclude="Binds to all network interfaces" --exclude="should have comment" --enable=staticcheck --enable=gosimple --enable=misspell --deadline=120s . ./cmd/... ./helpers/...
|
||||
golangci-lint run --verbose . ./helpers ./cmd/...
|
||||
|
Reference in New Issue
Block a user