summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-02-04 13:15:22 -0600
committerBrent Baude <bbaude@redhat.com>2020-02-04 13:15:22 -0600
commit0577493688c3edbce13d172491d17d624a5c95a0 (patch)
treeec0c7fad2653d248664393dca323f95b648a78f7
parentbda30094013de14e72bb54e919992f2c8303c272 (diff)
downloadpodman-0577493688c3edbce13d172491d17d624a5c95a0.tar.gz
podman-0577493688c3edbce13d172491d17d624a5c95a0.tar.bz2
podman-0577493688c3edbce13d172491d17d624a5c95a0.zip
{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 <bbaude@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: