diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-12 07:22:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 07:22:48 +0000 |
commit | de043a5a029d4d03b91f8b88ca8cee7d71dcdeed (patch) | |
tree | 11793798c376c07e4c582c8a976eae4133553070 /Makefile | |
parent | 25ff04dcbe3212db6f72d08f3f904154bab4c0fe (diff) | |
parent | 404488a0879c84de523adeacb78c6b898a7e52c8 (diff) | |
download | podman-de043a5a029d4d03b91f8b88ca8cee7d71dcdeed.tar.gz podman-de043a5a029d4d03b91f8b88ca8cee7d71dcdeed.tar.bz2 podman-de043a5a029d4d03b91f8b88ca8cee7d71dcdeed.zip |
Merge pull request #11203 from rhatdan/codespell
Run codespell to fix spelling
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -257,7 +257,7 @@ test/goecho/goecho: .gopathok $(wildcard test/goecho/*.go) .PHONY: codespell codespell: - codespell -S bin,vendor,.git,go.sum,changelog.txt,.cirrus.yml,"RELEASE_NOTES.md,*.xz,*.gz,*.tar,*.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,changelog.txt,.cirrus.yml,"RELEASE_NOTES.md,*.xz,*.gz,*.ps1,*.tar,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go" -L uint,iff,od,seeked,splitted,marge,ERRO,hist,ether -w .PHONY: validate validate: gofmt lint .gitvalidation validate.completions man-page-check swagger-check tests-included tests-expect-exit |