diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-12 13:35:20 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-12 13:37:38 -0500 |
commit | a7431003b8d53b3cc012a74c4015beac624f40f1 (patch) | |
tree | 179ac2022809e29a46df9d4335830935aee359e0 /Makefile | |
parent | 7774f63319be64a0a96fb7ec7c9f0b7c28faac03 (diff) | |
download | podman-a7431003b8d53b3cc012a74c4015beac624f40f1.tar.gz podman-a7431003b8d53b3cc012a74c4015beac624f40f1.tar.bz2 podman-a7431003b8d53b3cc012a74c4015beac624f40f1.zip |
Fix issues found with codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -409,7 +409,7 @@ swagger-check: .PHONY: codespell codespell: - codespell -S bin,vendor,.git,go.sum,changelog.txt,.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 + 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 -w # When publishing releases include critical build-time details .PHONY: release.txt |