rm-cmdbg-macros.yml 244 B

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