labwc/scripts
2023-01-31 21:22:40 +00:00
..
check checkpatch: add scripts/check for batch processing 2022-11-03 19:20:23 +00:00
checkpatch.pl CodeStyle: prevent space in code indents 2023-01-31 21:22:40 +00:00
README.md checkpatch: add scripts/check for batch processing 2022-11-03 19:20:23 +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>