Fix comment location in Makefile
This commit is contained in:
parent
3d758f4e89
commit
ec9d5a83e8
5
Makefile
5
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue