Add .checkpatch.conf with project specific linter config

Change-Id: Ifc1de9ca7ec792029d271fde40976a2420a0df54
This commit is contained in:
Vadim Yanitskiy 2022-08-24 06:59:48 +07:00
parent 6f5f26d4f1
commit 5e93c7d048
1 changed files with 5 additions and 0 deletions

5
.checkpatch.conf Normal file
View File

@ -0,0 +1,5 @@
--exclude ^src/csn1/csn1.c$
--exclude ^src/csn1/csn1_(enc|dec).c$
--exclude ^include/osmocom/csn1/csn1.h$
--exclude ^src/rlcmac/gprs_rlcmac.c$
--exclude ^include/osmocom/gprs/rlcmac/gprs_rlcmac.h$