Skip to content

Commit 967aaee

Browse files
committed
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 <[email protected]>
1 parent bf55de2 commit 967aaee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.checkpatch.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@
2424
--ignore UNDOCUMENTED_DT_STRING
2525
--ignore DT_SPLIT_BINDING_PATCH
2626
--ignore DT_SCHEMA_BINDING_PATCH
27+
--ignore TRAILING_SEMICOLON
28+
--ignore COMPLEX_MACRO
2729
--exclude ext

0 commit comments

Comments
 (0)