From 5e93c7d048b5909050ad1454731b6365b19cd0f2 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 24 Aug 2022 06:59:48 +0700 Subject: [PATCH] Add .checkpatch.conf with project specific linter config Change-Id: Ifc1de9ca7ec792029d271fde40976a2420a0df54 --- .checkpatch.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .checkpatch.conf 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$