mirror of
https://github.com/containers/podman.git
synced 2025-09-17 23:18:39 +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
|
if [ -x /bin/zsh ]; then /bin/zsh completions/zsh/_podman; fi
|
||||||
|
|
||||||
.PHONY: validate
|
.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
|
.PHONY: build-all-new-commits
|
||||||
build-all-new-commits:
|
build-all-new-commits:
|
||||||
|
@ -10,4 +10,3 @@ ${SWAGGER_OUT}:
|
|||||||
# generate doesn't remove file on error
|
# generate doesn't remove file on error
|
||||||
rm -f ${SWAGGER_OUT}
|
rm -f ${SWAGGER_OUT}
|
||||||
swagger generate spec -o ${SWAGGER_OUT} -i tags.yaml -w ./
|
swagger generate spec -o ${SWAGGER_OUT} -i tags.yaml -w ./
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user