summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-15 13:17:31 -0700
committerGitHub <noreply@github.com>2020-04-15 13:17:31 -0700
commit195cb11276d61311bbd2b5274ac7a98b62abaaba (patch)
treed1c649a14e17187f9e43536a43eb223be24c3dee /Makefile
parent693a8039c840b28f7453255fbd079867dfc36390 (diff)
parentba26c763c540b7ff16986fab59ca656aa6806ba7 (diff)
downloadpodman-195cb11276d61311bbd2b5274ac7a98b62abaaba.tar.gz
podman-195cb11276d61311bbd2b5274ac7a98b62abaaba.tar.bz2
podman-195cb11276d61311bbd2b5274ac7a98b62abaaba.zip
Merge pull request #5671 from edsantiago/swagger-check
swagger-check: new CI tool to cross-check swagger
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9121fae1f..e22d74f5d 100644
--- a/Makefile
+++ b/Makefile
@@ -397,6 +397,10 @@ install-podman-remote-%-docs: podman-remote docs $(MANPAGES)
man-page-check:
hack/man-page-checker
+.PHONY: swagger-check
+swagger-check:
+ hack/swagger-check
+
.PHONY: codespell
codespell:
codespell -S bin,vendor,.git,go.sum,changelog.txt,seccomp.json,.cirrus.yml,"*.xz,*.gz,*.tar,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go" -L uint,iff,od,seeked,splitted,marge,ERRO,hist -w
@@ -624,7 +628,7 @@ validate.completions: completions/bash/podman
if [ -x /bin/zsh ]; then /bin/zsh completions/zsh/_podman; fi
.PHONY: validate
-validate: gofmt lint .gitvalidation validate.completions man-page-check
+validate: gofmt lint .gitvalidation validate.completions man-page-check swagger-check
.PHONY: build-all-new-commits
build-all-new-commits: