fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/29205 )
Change subject: Add .checkpatch.conf with project specific linter config ......................................................................
Add .checkpatch.conf with project specific linter config
Change-Id: Ifc1de9ca7ec792029d271fde40976a2420a0df54 --- A .checkpatch.conf 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/05/29205/1
diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 0000000..701455e --- /dev/null +++ b/.checkpatch.conf @@ -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$