Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Utilities/ast-grep/rules/rm-cmdbg-includes.yml
3152 views
1
---
2
id: rm-cmdbg-includes
3
language: Cpp
4
severity: 'off'
5
message: "Remove `cmDebugTools.h` includes before submission"
6
ignores:
7
# Unit tests for the header.
8
- Tests/CMakeLib/testDebug.cxx
9
rule:
10
any:
11
- pattern: '#include "cmDebugTools.h"'
12
- pattern: '#include <cmDebugTools.h>'
13
fix: ''
14
15