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

Skip to content

Commit 63b3005

Browse files
committed
remove punctuation in query name
1 parent b0b2d02 commit 63b3005

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

0 commit comments

Comments
 (0)