Hoernchen has uploaded this change for review. ( 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, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/41/39441/1
diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 0000000..1f8c3dc --- /dev/null +++ b/.checkpatch.conf @@ -0,0 +1,17 @@ +--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