Update redundant assignment to be a correctness issue for cross language consistency

This commit is contained in:
Joe Farebrother
2025-06-19 14:22:12 +01:00
parent e67f057b85
commit f457453647

View File

@@ -3,8 +3,8 @@
* @description Assigning a variable to itself is useless and very likely indicates an error in the code.
* @kind problem
* @tags quality
* maintainability
* useless-code
* reliability
* correctness
* external/cwe/cwe-563
* @problem.severity error
* @sub-severity low