aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check-complexity.sh
blob: 236ed56a312512b839551704ea9ec93113943e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

complexity --histogram --score --thresh=3 \
	include/libredundancyfileop.h \
	\
	lib/crc16.h \
	lib/fileop.c \
	lib/fileop.h \
	lib/file-util.c \
	lib/file-util.h \
	lib/libredundancyfileop.c \
	lib/static-configurator.c \
	lib/static-configurator.h