Skip to content

Commit 135431f

Browse files
committed
Makefile: mv codespell config to .codespellrc
It is cleaner that way. While at it, let's try to minimize it. [NO NEW TESTS NEEDED] Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent c2b42c5 commit 135431f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.codespellrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[codespell]
2+
skip = ./vendor,./.git,./go.sum,./docs/*.1,./docker/AUTHORS,./CHANGELOG.md,./changelog.txt,./tests/tools/vendor,./tests/tools/go.mod,./tests/tools/go.sum
3+
ignore-words-list = fo,passt,secon,erro

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ docs: install.tools ## build the docs on the host
120120
$(MAKE) -C docs
121121

122122
codespell:
123-
codespell -S Makefile,buildah.spec.rpkg,AUTHORS,bin,vendor,.git,go.mod,go.sum,CHANGELOG.md,changelog.txt,seccomp.json,.cirrus.yml,"*.xz,*.gz,*.tar,*.tgz,*ico,*.png,*.1,*.5,*.orig,*.rej" -L secon,passt,bu,uint,iff,od,erro -w
123+
codespell -w
124124

125125
.PHONY: validate
126126
validate: install.tools

0 commit comments

Comments
 (0)