change query severity to warning

This commit is contained in:
Erik Krogh Kristensen
2019-10-03 16:04:57 +02:00
parent ea3c2fb2fa
commit 49bd553916

View File

@@ -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