Add a simple Coccinelle script that counts identifier lengths and prints out a warning if it is longer than 31 characters. The script can be run with: spatch -D report --very-quiet \ --include-headers --recursive-includes \ --cocci-file $ZEPHYR_BASE/scripts/coccinelle/identifier_length.cocci \ --dir $ZEPHYR_BASE \ kernel/ Where '--include-headers' and '--recursive-includes' can be omitted if neede. Signed-off-by: Patrik Flykt <patrik.flykt@intel.com> |
||
|---|---|---|
| .. | ||
| array_size.cocci | ||
| deref_null.cocci | ||
| identifier_length.cocci | ||
| ignore_return.cocci | ||
| irq_lock.cocci | ||
| mini_lock.cocci | ||
| noderef.cocci | ||
| returnvar.cocci | ||
| semicolon.cocci | ||
| unsigned_lesser_than_zero.cocci | ||
| unsigned_shift.cocci | ||
| unsigned_suffix.cocci | ||