Fix comment location in Makefile

This commit is contained in:
Leigh McCulloch 2018-09-18 05:33:38 +00:00
parent 3d758f4e89
commit ec9d5a83e8
1 changed files with 2 additions and 3 deletions

View File

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