labwc/scripts
Johan Malm 2e10fe6f41 Add scripts/rip.c
...to extract pull-request and issue reference from NEWS.md and output
them as GH URLs.
2025-02-04 06:37:00 +00:00
..
ci
helper
.gitignore
asan_leak_suppressions
check
checkpatch.pl Fix typos 2025-01-09 06:59:57 +00:00
find-banned.sh
README.md
rip.c Add scripts/rip.c 2025-02-04 06:37:00 +00:00
run-with-asan.sh
wl_compcheck.py scripts: add wl_compcheck.py 2024-12-10 21:05:31 +00:00

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>