Skip to content

Commit 32dd665

Browse files
committed
Changed js/unused-loop-variable to reliability and correctness
1 parent 4fd3ef8 commit 32dd665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/Statements/SuspiciousUnusedLoopIterationVariable.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* @problem.severity error
66
* @id js/unused-loop-variable
77
* @tags quality
8-
* maintainability
9-
* readability
8+
* reliability
9+
* correctness
1010
* @precision high
1111
*/
1212

0 commit comments

Comments
 (0)