mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
change query severity to warning
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @name Use of returnless function.
|
||||
* @description Using the return value of a function that does not explicitly return is indicative of a mistake.
|
||||
* @kind problem
|
||||
* @problem.severity recommendation
|
||||
* @problem.severity warning
|
||||
* @id js/use-of-returnless-function
|
||||
* @tags maintainability,
|
||||
* correctness
|
||||
|
||||
Reference in New Issue
Block a user