From ec9d5a83e83827171c892ce8bf0f533cfb82083e Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Tue, 18 Sep 2018 05:33:38 +0000 Subject: [PATCH] Fix comment location in Makefile --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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