File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Extractor options
4
4
=================
5
5
6
6
The CodeQL CLI uses special programs, called extractors, to extract information from the source code of a
7
- software system into a database that can be queried. You can customize the behavior of extractors by
7
+ software system into a database that can be queried. You can customize the behavior of extractors by
8
8
setting extractor configuration options through the CodeQL CLI.
9
9
10
10
About extractor options
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ See the following links to learn how to get set up and run CodeQL commands:
18
18
<creating-codeql-databases>`: Create relational
19
19
representations of source code that can be queried like any other database.
20
20
21
+ - :doc: `Extractor options
22
+ <extractor-options>`: Set options for the
23
+ behavior of extractors that create CodeQL databases.
24
+
21
25
- :doc: `Analyzing CodeQL databases with the CodeQL CLI
22
26
<analyzing-databases-with-the-codeql-cli>`: Analyze your code using queries
23
27
written in a specially-designed, object-oriented query language.
@@ -57,6 +61,7 @@ See the following links to learn how to get set up and run CodeQL commands:
57
61
about-the-codeql-cli
58
62
getting-started-with-the-codeql-cli
59
63
creating-codeql-databases
64
+ extractor-options
60
65
analyzing-databases-with-the-codeql-cli
61
66
upgrading-codeql-databases
62
67
using-custom-queries-with-the-codeql-cli
You can’t perform that action at this time.
0 commit comments