From 0577493688c3edbce13d172491d17d624a5c95a0 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Tue, 4 Feb 2020 13:15:22 -0600 Subject: {CI:DOCS] run gofmt before lint the linting task identifies gofmt issues; therefore it makes more sense to run our make gofmt first, which actually fixes the gofmt issues. Signed-off-by: Brent Baude --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6713b8bae..1e5aa4d77 100644 --- a/Makefile +++ b/Makefile @@ -596,7 +596,7 @@ validate.completions: completions/bash/podman if [ -x /bin/zsh ]; then /bin/zsh completions/zsh/_podman; fi .PHONY: validate -validate: lint gofmt .gitvalidation validate.completions man-page-check +validate: gofmt lint .gitvalidation validate.completions man-page-check .PHONY: build-all-new-commits build-all-new-commits: -- cgit v1.2.3-54-g00ecf