aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-01 22:27:52 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-01 22:31:18 -0300
commit58e0b5c01b479e2569ab506de127e54019c3cc1c (patch)
treef62a15287442ee7b1b56f06d9cc6d1effb09a178 /Makefile
parentbuild: ignore depfiles on codespell (diff)
downloadfirejail-58e0b5c01b479e2569ab506de127e54019c3cc1c.tar.gz
firejail-58e0b5c01b479e2569ab506de127e54019c3cc1c.tar.zst
firejail-58e0b5c01b479e2569ab506de127e54019c3cc1c.zip
build: fix codespell warnings
Warnings: $ make codespell Running codespell... ./README:757: Manuel ==> Manual ./RELNOTES:269: relpaced ==> replaced ./src/firecfg/desktop_files.c:60: diectory ==> directory ./platform/debian/control.i386:11: namepaces ==> namespaces ./platform/debian/control.amd64:11: namepaces ==> namespaces make: *** [Makefile:383: codespell] Error 65 $ codespell --version 2.2.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a08c85bb..4c87a1202 100644
--- a/Makefile
+++ b/Makefile
@@ -380,7 +380,7 @@ scan-build: clean
380.PHONY: codespell 380.PHONY: codespell
381codespell: 381codespell:
382 @printf 'Running %s...\n' $@ 382 @printf 'Running %s...\n' $@
383 @codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \ 383 @codespell --ignore-regex 'Manuel|UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
384 -S *.d,*.gz,*.o,*.so \ 384 -S *.d,*.gz,*.o,*.so \
385 -S COPYING,m4 \ 385 -S COPYING,m4 \
386 -S ./contrib/syscalls.sh \ 386 -S ./contrib/syscalls.sh \