Skip to content

Commit aefd941

Browse files
committed
Java/Javascript: Fix violations.
1 parent f810e17 commit aefd941

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java/ql/src/Language Abuse/TypeVariableHidesType.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* @problem.severity warning
77
* @precision medium
88
* @id java/type-variable-hides-type
9-
* @tags reliability
9+
* @tags quality
10+
* maintainability
1011
* readability
1112
* types
12-
* quality
1313
*/
1414

1515
import java

javascript/ql/src/Quality/UnhandledErrorInStreamPipeline.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @problem.severity warning
77
* @precision high
88
* @tags quality
9-
* maintainability
9+
* reliability
1010
* error-handling
1111
* frameworks/nodejs
1212
*/

0 commit comments

Comments
 (0)