mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 13:13:17 +00:00
add checkpatch config
- do not lint the submodule - do not lint the grgsm code - 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
This commit is contained in:
4
.checkpatch.conf
Normal file
4
.checkpatch.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
--exclude osmocom-bb/.*
|
||||
--exclude .*h
|
||||
--exclude Transceiver52M/grgsm_vitac/.*
|
||||
--ignore FUNCTION_WITHOUT_ARGS
|
||||
Reference in New Issue
Block a user