pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36164?usp=email )
Change subject: checkpatch.conf: Exclude machine-generated file library/DIAMETER_Types.ttcn from linter ......................................................................
checkpatch.conf: Exclude machine-generated file library/DIAMETER_Types.ttcn from linter
Change-Id: Iff72ddabea41b36d30a7ad87218aa68b1297c35e --- M .checkpatch.conf 1 file changed, 10 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/.checkpatch.conf b/.checkpatch.conf index 0882941..700e952 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -1 +1,2 @@ --exclude ^library/sbcap/.*.asn$ +--exclude ^library/DIAMETER_Types.ttcn$