Merge pull request #5086 from baude/fmtbeforelint

{CI:DOCS] run gofmt before lint
This commit is contained in:
OpenShift Merge Robot 2020-02-04 12:06:59 -08:00 committed by GitHub
commit 805c5a5bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: