Hoernchen has uploaded this change for review.
add checkpatch config
- do not lint the submodule
- do not lint headers, checkpatch does not understand that this is a c++
project and any change to existing headers will cause issues.
- also do not do arcane C varargs checks that do not apply to C++
Change-Id: Ie7a9fbd021e12a88db30212240af2332c6cdcb37
---
A .checkpatch.conf
1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/36/30436/1
diff --git a/.checkpatch.conf b/.checkpatch.conf
new file mode 100644
index 0000000..bc8a511
--- /dev/null
+++ b/.checkpatch.conf
@@ -0,0 +1,3 @@
+--exclude osmocom-bb/.*
+--exclude .*h
+--ignore FUNCTION_WITHOUT_ARGS
\ No newline at end of file
To view, visit change 30436. To unsubscribe, or for help writing mail filters, visit settings.