Skip to content

Commit 4fd3ef8

Browse files
committed
Changed js/useless-assignment-in-return to reliability and correctness
1 parent 4bc9732 commit 4fd3ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/Statements/ReturnAssignsLocal.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* @problem.severity warning
77
* @id js/useless-assignment-in-return
88
* @tags quality
9-
* maintainability
10-
* readability
9+
* reliability
10+
* correctness
1111
* external/cwe/cwe-563
1212
* @precision very-high
1313
*/

0 commit comments

Comments
 (0)