mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
build: ignore depfiles on codespell
This amends commit e665769f5 ("build: automatically generate header
dependencies", 2023-07-05) / PR #6164.
This commit is contained in:
parent
bb45aa505d
commit
b23f484df9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -381,7 +381,7 @@ scan-build: clean
|
|||
codespell:
|
||||
@printf 'Running %s...\n' $@
|
||||
@codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
|
||||
-S *.gz,*.o,*.so \
|
||||
-S *.d,*.gz,*.o,*.so \
|
||||
-S COPYING,m4 \
|
||||
-S ./contrib/syscalls.sh \
|
||||
.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue