1--- 2id: rm-cmdbg-macros 3language: Cpp 4severity: 'off' 5message: "Remove `CM_DBG` usage before submission" 6ignores: 7 # Unit tests for the header. 8 - Tests/CMakeLib/testDebug.cxx 9rule: 10 pattern: CM_DBG($EXPR) 11 kind: call_expression 12fix: $EXPR 13 14