Skip to content

Commit c18fe30

Browse files
committed
JS: Changed MissingThisQualifier to reliability and correctness
1 parent 244bf42 commit c18fe30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/Declarations/MissingThisQualifier.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/missing-this-qualifier
77
* @tags quality
8-
* maintainability
9-
* readability
8+
* reliability
9+
* correctness
1010
* methods
1111
* @precision high
1212
*/

0 commit comments

Comments
 (0)