summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@redhat.com>2020-01-30 09:34:18 +0000
committerSorin Sbarnea <ssbarnea@redhat.com>2020-01-30 18:39:56 +0000
commit51904076196273d8cea89a1c04740322c7cbcf7c (patch)
treebdf2a210920ba7eebbc4479c69ff66f2c2a73407 /Makefile
parentee0b328b7265a017e310e1a9cd83418cf61aa491 (diff)
downloadpodman-51904076196273d8cea89a1c04740322c7cbcf7c.tar.gz
podman-51904076196273d8cea89a1c04740322c7cbcf7c.tar.bz2
podman-51904076196273d8cea89a1c04740322c7cbcf7c.zip
Assure validate includes lint
Fixed issue where lint was not run on CI, so we missed to prevent regressions. Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
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: