mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
update link in vue.qll
This commit is contained in:
@@ -53,7 +53,7 @@ module Vue {
|
|||||||
* The location spans column `startcolumn` of line `startline` to
|
* The location spans column `startcolumn` of line `startline` to
|
||||||
* column `endcolumn` of line `endline` in file `filepath`.
|
* column `endcolumn` of line `endline` in file `filepath`.
|
||||||
* For more information, see
|
* For more information, see
|
||||||
* [LGTM locations](https://lgtm.com/help/ql/locations).
|
* [locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
|
||||||
*/
|
*/
|
||||||
predicate hasLocationInfo(
|
predicate hasLocationInfo(
|
||||||
string filepath, int startline, int startcolumn, int endline, int endcolumn
|
string filepath, int startline, int startcolumn, int endline, int endcolumn
|
||||||
|
|||||||
Reference in New Issue
Block a user