diff --git a/Makefile b/Makefile index 86ad2bf2..ea2a4016 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,5 @@ export GOOS=windows -lint: - gometalinter --vendor --config gometalinter.config ./... - -test: - go test -v ./... - build: promu build -v diff --git a/gometalinter.config b/gometalinter.config index af60b94f..a5a5046a 100644 --- a/gometalinter.config +++ b/gometalinter.config @@ -2,7 +2,8 @@ "Disable": [ "gocyclo", "maligned", - "megacheck" + "megacheck", + "goconst" ], "Exclude": [ "don't use underscores in Go names",