labwc/scripts
tokyo4j 261ec3c509 scripts/check: run style check for test files
Co-authored-by: @johanmalm
2025-10-20 04:12:38 +09:00
..
ci
helper
.gitignore
asan_leak_suppressions
check scripts/check: run style check for test files 2025-10-20 04:12:38 +09:00
checkpatch.pl scripts/check: run style check for test files 2025-10-20 04:12:38 +09:00
find-banned.sh
README.md
rip.c
run-with-asan.sh
wl_compcheck.py

These scripts are intended to be run from the project top-level directory like this: scripts/foo.sh

  • scripts/check: wrapper to check all files in src/ and include/

  • scripts/checkpatch.pl: Quick hack on the Linux kernel checkpatch.pl to lint C files written according to the labwc coding style. Run like this: ./checkpatch.pl --no-tree --terse --strict --file <file>