mirror of
https://github.com/containers/podman.git
synced 2025-08-02 01:09:21 +08:00
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>
This commit is contained in:
2
Makefile
2
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:
|
||||
|
@ -10,4 +10,3 @@ ${SWAGGER_OUT}:
|
||||
# generate doesn't remove file on error
|
||||
rm -f ${SWAGGER_OUT}
|
||||
swagger generate spec -o ${SWAGGER_OUT} -i tags.yaml -w ./
|
||||
|
||||
|
Reference in New Issue
Block a user