labwc/scripts
2024-05-13 11:06:04 +02:00
..
ci
helper
.gitignore
check
checkpatch.pl
find-banned.sh CI: add atof() to banned list 2024-05-13 11:06:04 +02:00
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>