remove punctuation in query name

This commit is contained in:
Erik Krogh Kristensen
2019-10-03 17:29:53 +02:00
parent b0b2d02855
commit 63b3005217

View File

@@ -1,5 +1,5 @@
/**
* @name Use of returnless function.
* @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 warning