summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-30 15:02:18 -0800
committerGitHub <noreply@github.com>2020-01-30 15:02:18 -0800
commita3e14c87bb15c551d58d5b4f66cdfa5b900d50f5 (patch)
tree93015b6caea78d77a16314b7b47f308b2de9965f /Makefile
parentfad36345f52698b6b4fe00fb8727d98bf4553654 (diff)
parent51904076196273d8cea89a1c04740322c7cbcf7c (diff)
downloadpodman-a3e14c87bb15c551d58d5b4f66cdfa5b900d50f5.tar.gz
podman-a3e14c87bb15c551d58d5b4f66cdfa5b900d50f5.tar.bz2
podman-a3e14c87bb15c551d58d5b4f66cdfa5b900d50f5.zip
Merge pull request #5022 from ssbarnea/fix/validate
Assure validate includes lint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f90124435..f71f7d2b1 100644
--- a/Makefile
+++ b/Makefile
@@ -591,7 +591,7 @@ validate.completions: completions/bash/podman
if [ -x /bin/zsh ]; then /bin/zsh completions/zsh/_podman; fi
.PHONY: validate
-validate: gofmt .gitvalidation validate.completions golangci-lint man-page-check
+validate: lint gofmt .gitvalidation validate.completions man-page-check
.PHONY: build-all-new-commits
build-all-new-commits: