Skip to content

Commit 2ab35d6

Browse files
committed
Changed js/node/assignment-to-exports-variable to reliability and correctness
1 parent c1d29cc commit 2ab35d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/NodeJS/InvalidExport.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/node/assignment-to-exports-variable
88
* @tags quality
9-
* maintainability
10-
* readability
9+
* reliability
10+
* correctness
1111
* frameworks/node.js
1212
* external/cwe/cwe-563
1313
* @precision very-high

0 commit comments

Comments
 (0)