Skip to content

Commit f457453

Browse files
Update redundant assignment to be a correctness issue for cross language consistency
1 parent e67f057 commit f457453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/Statements/RedundantAssignment.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @description Assigning a variable to itself is useless and very likely indicates an error in the code.
44
* @kind problem
55
* @tags quality
6-
* maintainability
7-
* useless-code
6+
* reliability
7+
* correctness
88
* external/cwe/cwe-563
99
* @problem.severity error
1010
* @sub-severity low

0 commit comments

Comments
 (0)