summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-11-12 13:35:20 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2020-11-12 13:37:38 -0500
commita7431003b8d53b3cc012a74c4015beac624f40f1 (patch)
tree179ac2022809e29a46df9d4335830935aee359e0 /Makefile
parent7774f63319be64a0a96fb7ec7c9f0b7c28faac03 (diff)
downloadpodman-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 726020cba..e6cd68f23 100644
--- a/Makefile
+++ b/Makefile
@@ -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