Skip to content

Commit af0df6c

Browse files
committed
JS: Lower severity of js/syntax-error
1 parent 02ae0fb commit af0df6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/LanguageFeatures/SyntaxError.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Syntax error
33
* @description A piece of code could not be parsed due to syntax errors.
44
* @kind problem
5-
* @problem.severity error
5+
* @problem.severity recommendation
66
* @id js/syntax-error
77
* @tags reliability
88
* correctness

0 commit comments

Comments
 (0)