mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
JS: fix most ql/missing-parameter-qldoc issues
This commit is contained in:
4
javascript/ql/src/external/DefectFilter.qll
vendored
4
javascript/ql/src/external/DefectFilter.qll
vendored
@@ -5,8 +5,8 @@ import semmle.javascript.Files
|
||||
/**
|
||||
* Holds if `id` in the opaque identifier of a result reported by query `queryPath`,
|
||||
* such that `message` is the associated message and the location of the result spans
|
||||
* column `startcolumn` of line `startline` to column `endcolumn` of line `endline`
|
||||
* in file `filepath`.
|
||||
* column `startcol` of line `startline` to column `endcol` of line `endline`
|
||||
* in `file`.
|
||||
*
|
||||
* For more information, see [Locations](https://codeql.github.com/docs/writing-codeql-queries/providing-locations-in-codeql-queries/).
|
||||
*/
|
||||
|
||||
4
javascript/ql/src/external/MetricFilter.qll
vendored
4
javascript/ql/src/external/MetricFilter.qll
vendored
@@ -5,8 +5,8 @@ import javascript
|
||||
/**
|
||||
* Holds if `id` in the opaque identifier of a result reported by query `queryPath`,
|
||||
* such that `value` is the reported metric value and the location of the result spans
|
||||
* column `startcolumn` of line `startline` to column `endcolumn` of line `endline`
|
||||
* in file `filepath`.
|
||||
* column `startcol` of line `startline` to column `endcol` of line `endline`
|
||||
* in `file`.
|
||||
*
|
||||
* For more information, see [Locations](https://codeql.github.com/docs/writing-codeql-queries/providing-locations-in-codeql-queries/).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user