Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a3f8c5

Browse files
committed
CPP: Add precision/tags and adjust severity.
1 parent 83d4b23 commit 8a3f8c5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cpp/ql/src/Likely Bugs/ContinueInFalseLoop.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
* a bug.
66
* @kind problem
77
* @id cpp/continue-in-false-loop
8-
* @problem.severity warning
8+
* @problem.severity recommendation
9+
* @precision medium
10+
* @tags correctness
911
*/
1012

1113
import cpp

0 commit comments

Comments
 (0)