Add tags tag to a Python query

This commit is contained in:
alexey
2019-09-27 12:36:38 +01:00
parent 18b28b1b57
commit 70eca91d28

View File

@@ -2,6 +2,8 @@
* @name Use of an undefined placeholder variable
* @description Using a variable before it is initialized causes an exception.
* @kind problem
* @tags reliability
* correctness
* @problem.severity error
* @sub-severity low
* @precision medium