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
44=================
55
66The 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
88setting extractor configuration options through the CodeQL CLI.
99
1010About 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:
1818 <creating-codeql-databases>`: Create relational
1919 representations of source code that can be queried like any other database.
2020
21+ - :doc: `Extractor options
22+ <extractor-options>`: Set options for the
23+ behavior of extractors that create CodeQL databases.
24+
2125- :doc: `Analyzing CodeQL databases with the CodeQL CLI
2226 <analyzing-databases-with-the-codeql-cli>`: Analyze your code using queries
2327 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:
5761 about-the-codeql-cli
5862 getting-started-with-the-codeql-cli
5963 creating-codeql-databases
64+ extractor-options
6065 analyzing-databases-with-the-codeql-cli
6166 upgrading-codeql-databases
6267 using-custom-queries-with-the-codeql-cli
You can’t perform that action at this time.
0 commit comments