checkpatch: ignore TRAILING_SEMICOLON and COMPLEX_MACRO
We are heavy users of macros and those rules keep coming up as false positives that need to be overriden, so lets ignore them. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
bf55de2d67
commit
967aaee361
|
@ -24,4 +24,6 @@
|
|||
--ignore UNDOCUMENTED_DT_STRING
|
||||
--ignore DT_SPLIT_BINDING_PATCH
|
||||
--ignore DT_SCHEMA_BINDING_PATCH
|
||||
--ignore TRAILING_SEMICOLON
|
||||
--ignore COMPLEX_MACRO
|
||||
--exclude ext
|
||||
|
|
Loading…
Reference in a new issue