mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
import javascript
|
|
|
|
from JSDocTag t
|
|
where
|
|
t.getTitle() = "param" and
|
|
not exists(t.getName())
|
|
select t, "@param tag is missing name."
|