mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Javascript: Autoformat.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import javascript
|
||||
|
||||
from JSDocTag t
|
||||
where t.getTitle() = "param" and
|
||||
not exists(t.getName())
|
||||
where
|
||||
t.getTitle() = "param" and
|
||||
not exists(t.getName())
|
||||
select t, "@param tag is missing name."
|
||||
|
||||
Reference in New Issue
Block a user