diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-26 05:20:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-26 05:20:40 -0400 |
commit | 339797c01665031fcc6512ca4985434263b8a486 (patch) | |
tree | 3670b162def12a3c020f4de1f225b527738488a0 /Makefile | |
parent | ac3d9c67ee28fb8b023117eae1be040c7adc6ae8 (diff) | |
parent | 9553f3bafad264367a8a642a17239c0d87c18090 (diff) | |
download | podman-339797c01665031fcc6512ca4985434263b8a486.tar.gz podman-339797c01665031fcc6512ca4985434263b8a486.tar.bz2 podman-339797c01665031fcc6512ca4985434263b8a486.zip |
Merge pull request #15490 from rhatdan/codespell
Run codespell
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -267,7 +267,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 pullrequest,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 clos,ans,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 pr-removes-fixed-skips |