From 4093b2c0111369f9590d803c53a40b79ae2fd1dd Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 8 Jan 2020 09:06:52 -0500 Subject: Add codespell to validate spelling mistakes in code. Fix all errors found by codespell Signed-off-by: Daniel J Walsh --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c1ae33cfe..9ccada5a1 100644 --- a/Makefile +++ b/Makefile @@ -351,6 +351,9 @@ install-podman-remote-%-docs: podman-remote docs $(MANPAGES) man-page-check: hack/man-page-checker +codespell: + codespell -S bin,vendor,.git,go.sum,changelog.txt,seccomp.json,.cirrus.yml,"*.xz,*.gz,*.tar,*.tgz,bin2img,*ico,*.png,*.1,*.5,copyimg,*.orig,apidoc.go" -L uint,iff,od,seeked + # When publishing releases include critical build-time details .PHONY: release.txt release.txt: -- cgit v1.2.3-54-g00ecf