diff --git a/Makefile b/Makefile index 0313116..4661158 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,10 @@ +version=$(shell git describe --always --dirty) + # TODO: run golint and errcheck, but only to catch *new* violations and # decide whether to change code or not (e.g. we need to be able to whitelist # violations already in the code). They can be useful to catch errors, but # they are just too noisy to be a requirement for a CI -- we don't even *want* # to fix some of the things they consider to be violations. - -version=$(shell git describe --always --dirty) - .PHONY: ci ci: deps checkgofmt vet staticcheck unused ineffassign predeclared test