aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-07-18 17:17:26 +0000
committerGitHub <noreply@github.com>2022-07-18 17:17:26 +0000
commit5e4d72943448d0e7ff5ea94c133e08fdaf0a5969 (patch)
treed8f32488e387734e7422dd6aa0094df3d72fd270 /Makefile
parentd890c4d98edcd2ed6f5f26bb19ed2282cea1cb46 (diff)
parent1aafb01a9950c5d2c46278cf22488b9acfeaab00 (diff)
downloadpodman-5e4d72943448d0e7ff5ea94c133e08fdaf0a5969.tar.gz
podman-5e4d72943448d0e7ff5ea94c133e08fdaf0a5969.tar.bz2
podman-5e4d72943448d0e7ff5ea94c133e08fdaf0a5969.zip
Merge pull request #14890 from rhatdan/VENDOR
Vendor in containers/(storage,image, common, buildah)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32de58856..4dc173400 100644
--- a/Makefile
+++ b/Makefile
@@ -258,7 +258,7 @@ test/version/version: version/version.go
.PHONY: codespell
codespell:
- codespell -S bin,vendor,.git,go.sum,.cirrus.yml,"RELEASE_NOTES.md,*.xz,*.gz,*.ps1,*.tar,swagger.yaml,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go" -L uint,iff,od,seeked,splitted,marge,ERRO,hist,ether -w
+ codespell -S bin,vendor,.git,go.sum,.cirrus.yml,"RELEASE_NOTES.md,*.xz,*.gz,*.ps1,*.tar,swagger.yaml,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go" -L pullrequest,uint,iff,od,seeked,splitted,marge,erro,hist,ether -w
.PHONY: validate
validate: lint .gitvalidation validate.completions man-page-check swagger-check tests-included tests-expect-exit