aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-14 21:37:17 +0000
committerLibravatar GitHub <noreply@github.com>2023-08-14 21:37:17 +0000
commitfd05c9a37a6cd214f412ce25a613f5646a8a841c (patch)
tree0eeb722834dd78ff95ebf3bb19b95af5f739fd06 /Makefile
parentbuild(deps): bump github/codeql-action from 2.21.2 to 2.21.3 (diff)
parentbuild: run codespell on almost all files (diff)
downloadfirejail-fd05c9a37a6cd214f412ce25a613f5646a8a841c.tar.gz
firejail-fd05c9a37a6cd214f412ce25a613f5646a8a841c.tar.zst
firejail-fd05c9a37a6cd214f412ce25a613f5646a8a841c.zip
Merge pull request #5955 from kmk3/build-codespell-improvements
build: codespell improvements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3e0ad551..c04d721cf 100644
--- a/Makefile
+++ b/Makefile
@@ -366,9 +366,16 @@ cppcheck: clean
366scan-build: clean 366scan-build: clean
367 scan-build $(MAKE) 367 scan-build $(MAKE)
368 368
369# TODO: Old codespell versions (such as v2.1.0 in CI) have issues with
370# contrib/syscalls.sh
369.PHONY: codespell 371.PHONY: codespell
370codespell: clean 372codespell:
371 codespell --ignore-regex "UE|creat|doas|ether|isplay|shotcut" src test 373 @printf 'Running %s...\n' $@
374 @codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
375 -S *.gz,*.o,*.so \
376 -S COPYING,m4 \
377 -S ./contrib/syscalls.sh \
378 .
372 379
373.PHONY: print-env 380.PHONY: print-env
374print-env: 381print-env: