From ada7e38a952acb54f3cb1b2f7c9593a142bea1b9 Mon Sep 17 00:00:00 2001 From: sneak Date: Sat, 14 Dec 2019 07:50:23 -0800 Subject: [PATCH] update makefile to fmt before linting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3bef2c..7b1ebf2 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ build: ./$(FN) go get -u github.com/GeertJohan/fgt touch .lintsetup -lint: .lintsetup +lint: fmt .lintsetup fgt golint go-get: