Skip to content

Commit bcb4ebf

Browse files
committed
CPP: Tag NVI queries.
1 parent 850937e commit bcb4ebf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

cpp/ql/src/Best Practices/NVI.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
* to enforce invariants that should hold for the whole hierarchy.
55
* @kind problem
66
* @id cpp/nvi
7-
* @problem.severity warning
7+
* @problem.severity recommendation
8+
* @precision low
9+
* @tags maintainability
810
*/
911
import cpp
1012

cpp/ql/src/Best Practices/NVIHub.ql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
* dependencies or dependents.
77
* @kind table
88
* @id cpp/nvi-hub
9+
* @problem.severity recommendation
10+
* @precision low
11+
* @tags maintainability
912
*/
1013
import cpp
1114

0 commit comments

Comments
 (0)