mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-25 00:26:43 +00:00
scripts: Ignore complex macro diagnostics
SCST uses macro fragments for sense tuples, initializer lists and other contexts where enclosing the expansion in parentheses would change its meaning. Treat COMPLEX_MACRO as a project-wide checkpatch exception.
This commit is contained in:
@@ -17,6 +17,7 @@ ignore=(
|
||||
CONSTANT_COMPARISON
|
||||
NEW_TYPEDEFS
|
||||
AVOID_BUG
|
||||
COMPLEX_MACRO
|
||||
MACRO_ARG_REUSE
|
||||
IF_0
|
||||
LONG_LINE_STRING
|
||||
|
||||
Reference in New Issue
Block a user