We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddb9c7 commit ec54100Copy full SHA for ec54100
1 file changed
javascript/ql/src/Declarations/UnreachableMethodOverloads.ql
@@ -1,4 +1,5 @@
1
/**
2
+ * @deprecated
3
* @name Unreachable method overloads
4
* @description Having multiple overloads with the same parameter types in TypeScript
5
* makes all overloads except the first one unreachable, as the compiler
@@ -7,8 +8,7 @@
7
8
* @problem.severity warning
9
* @id js/unreachable-method-overloads
10
* @precision high
- * @tags quality
11
- * reliability
+ * @tags reliability
12
* correctness
13
* typescript
14
*/
0 commit comments