Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49bd553

Browse files
committed
change query severity to warning
1 parent ea3c2fb commit 49bd553

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/ql/src/Statements/UseOfReturnlessFunction.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Use of returnless function.
33
* @description Using the return value of a function that does not explicitly return is indicative of a mistake.
44
* @kind problem
5-
* @problem.severity recommendation
5+
* @problem.severity warning
66
* @id js/use-of-returnless-function
77
* @tags maintainability,
88
* correctness

0 commit comments

Comments
 (0)