From 3bfbf6389ef7641477b37d88b35df50c266c1f30 Mon Sep 17 00:00:00 2001 From: Achilleas Anagnostopoulos Date: Sun, 11 Mar 2018 17:38:20 +0000 Subject: [PATCH] lint: add "gofmt -s" to the linter list --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fa49a19..1a49ab9 100644 --- a/Makefile +++ b/Makefile @@ -184,6 +184,7 @@ lint: lint-check-deps --enable=unconvert \ --enable=varcheck \ --enable=golint \ + --enable=gofmt \ --deadline 300s \ --exclude 'possible misuse of unsafe.Pointer' \ --exclude 'x \^ 0 always equals x' \