laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/39441?usp=email )
Change subject: tame the linter
......................................................................
tame the linter
Change-Id: I84f8637b47047bb9b8c217b0869a486ceee7243f
---
A .checkpatch.conf
1 file changed, 18 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/.checkpatch.conf b/.checkpatch.conf
new file mode 100644
index 0000000..76a4cc5
--- /dev/null
+++ b/.checkpatch.conf
@@ -0,0 +1,18 @@
+--exclude sysmoOCTSIM/gcc/gcc/.*ld
+--exclude sysmoOCTSIM/CMSIS
+--exclude sysmoOCTSIM/hpl
+--exclude sysmoOCTSIM/hal
+
+--ignore BRACES_NOT_NECESSARY
+--ignore OPEN_BRACE
+--ignore FSF_MAILING_ADDRESS
+--ignore DOS_LINE_ENDINGS
+--ignore FUNCTION_WITHOUT_ARGS
+--ignore TRAILING_WHITESPACE
+--ignore CODE_INDENT
+--ignore SPACING
+--ignore POINTER_LOCATION
+--ignore INLINE_LOCATION
+--ignore LEADING_SPACE
+--ignore SUSPECT_CODE_INDENT
+--ignore SPACE_BEFORE_TAB
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/39441?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I84f8637b47047bb9b8c217b0869a486ceee7243f
Gerrit-Change-Number: 39441
Gerrit-PatchSet: 6
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>