labwc/scripts
2023-11-21 22:31:05 +01:00
..
helper
.gitignore
check
checkpatch.pl common/array.h: add wl_array_for_each_reverse macro 2023-11-21 22:31:05 +01:00
find-banned.sh
README.md

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>