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:
Anas Nashif 2021-01-19 10:06:10 -05:00
parent bf55de2d67
commit 967aaee361

View file

@ -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