Skip to content

Commit 850937e

Browse files
committed
CPP: Tag Include queries.
1 parent 93b3165 commit 850937e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cpp/ql/src/Best Practices/Unused Entities/UnusedIncludes.ql

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
* the included elements are used.
55
* @kind problem
66
* @id cpp/unused-includes
7-
* @problem.severity warning
7+
* @problem.severity recommendation
8+
* @precision low
9+
* @tags maintainability
10+
* useless-code
811
*/
912

1013
import cpp

0 commit comments

Comments
 (0)