We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67f057 commit f457453Copy full SHA for f457453
python/ql/src/Statements/RedundantAssignment.ql
@@ -3,8 +3,8 @@
3
* @description Assigning a variable to itself is useless and very likely indicates an error in the code.
4
* @kind problem
5
* @tags quality
6
- * maintainability
7
- * useless-code
+ * reliability
+ * correctness
8
* external/cwe/cwe-563
9
* @problem.severity error
10
* @sub-severity low
0 commit comments