mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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
This commit is contained in:
parent
b23f484df9
commit
58e0b5c01b
5 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -380,7 +380,7 @@ scan-build: clean
|
|||
.PHONY: codespell
|
||||
codespell:
|
||||
@printf 'Running %s...\n' $@
|
||||
@codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
|
||||
@codespell --ignore-regex 'Manuel|UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
|
||||
-S *.d,*.gz,*.o,*.so \
|
||||
-S COPYING,m4 \
|
||||
-S ./contrib/syscalls.sh \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue