From 51904076196273d8cea89a1c04740322c7cbcf7c Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 30 Jan 2020 09:34:18 +0000 Subject: Assure validate includes lint Fixed issue where lint was not run on CI, so we missed to prevent regressions. Signed-off-by: Sorin Sbarnea --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3-54-g00ecf