mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Merge pull request #10415 from hvitved/code-block-fix
Change two ```codeql to ```ql
This commit is contained in:
@@ -32,7 +32,7 @@ private module Peewee {
|
||||
.getASubclass*()
|
||||
or
|
||||
// Ohter known subclasses, semi auto generated by using
|
||||
// ```codeql
|
||||
// ```ql
|
||||
// class DBClass extends Class, SelfRefMixin {
|
||||
// DBClass() {
|
||||
// exists(this.getLocation().getFile().getRelativePath()) and
|
||||
|
||||
@@ -33,7 +33,7 @@ module API {
|
||||
* 3. Map the resulting API graph nodes to data-flow nodes, using `asSource` or `asSink`.
|
||||
*
|
||||
* For example, a simplified way to get arguments to `Foo.bar` would be
|
||||
* ```codeql
|
||||
* ```ql
|
||||
* API::getTopLevelMember("Foo").getMethod("bar").getParameter(0).asSink()
|
||||
* ```
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user