We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abdf7ce + 70eca91 commit 387e21eCopy full SHA for 387e21e
python/ql/src/Variables/UndefinedPlaceHolder.ql
@@ -2,6 +2,8 @@
2
* @name Use of an undefined placeholder variable
3
* @description Using a variable before it is initialized causes an exception.
4
* @kind problem
5
+ * @tags reliability
6
+ * correctness
7
* @problem.severity error
8
* @sub-severity low
9
* @precision medium
0 commit comments