We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd96b72 commit 1bcb2eaCopy full SHA for 1bcb2ea
1 file changed
javascript/ql/lib/LanguageFeatures/UnusedIndexVariable.qll
@@ -1,6 +1,8 @@
1
/**
2
* Provides a predicate for identifying unused index variables in loops.
3
*/
4
+overlay[local]
5
+module;
6
7
import javascript
8
0 commit comments