Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2358a9f + 50ad8a4 commit e5d6d69Copy full SHA for e5d6d69
1 file changed
javascript/ql/src/semmle/javascript/frameworks/Vue.qll
@@ -53,7 +53,7 @@ module Vue {
53
* The location spans column `startcolumn` of line `startline` to
54
* column `endcolumn` of line `endline` in file `filepath`.
55
* For more information, see
56
- * [LGTM locations](https://lgtm.com/help/ql/locations).
+ * [locations](https://help.semmle.com/QL/learn-ql/ql/locations.html).
57
*/
58
predicate hasLocationInfo(
59
string filepath, int startline, int startcolumn, int endline, int endcolumn
0 commit comments