File: README.md

package info (click to toggle)
labwc 0.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,856 kB
  • sloc: ansic: 32,546; perl: 5,834; xml: 886; sh: 162; python: 131; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
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>`

[checkpatch.pl]: https://raw.githubusercontent.com/torvalds/linux/4ce9f970457899defdf68e26e0502c7245002eb3/scripts/checkpatch.pl