Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d4b23 commit 8a3f8c5Copy full SHA for 8a3f8c5
1 file changed
cpp/ql/src/Likely Bugs/ContinueInFalseLoop.ql
@@ -5,7 +5,9 @@
5
* a bug.
6
* @kind problem
7
* @id cpp/continue-in-false-loop
8
- * @problem.severity warning
+ * @problem.severity recommendation
9
+ * @precision medium
10
+ * @tags correctness
11
*/
12
13
import cpp
0 commit comments