aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-07-11 10:20:53 -0400
committerMatthew Heon <matthew.heon@pm.me>2022-07-26 13:34:33 -0400
commit03eaea8bbe4dc7791c2129d64321988d3ec12bb0 (patch)
treee66f83a8865bede22a88cfce3ca4724b1fafebe3 /Makefile
parente4b82c77f7214a6d69c2a6112900dae92d505dc6 (diff)
downloadpodman-03eaea8bbe4dc7791c2129d64321988d3ec12bb0.tar.gz
podman-03eaea8bbe4dc7791c2129d64321988d3ec12bb0.tar.bz2
podman-03eaea8bbe4dc7791c2129d64321988d3ec12bb0.zip
Run codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb1c4b581..ad8fcbb51 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