mirror of
https://github.com/github/codeql.git
synced 2026-01-28 05:42:58 +01:00
Apply suggestions from code review
Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
This commit is contained in:
@@ -23,4 +23,4 @@ Learn more about the files you can use when running CodeQL processes and the res
|
||||
- :doc:`SARIF output <sarif-output>`: CodeQL supports SARIF as an output format for sharing static analysis results.
|
||||
- :doc:`Exit codes <exit-codes>`: The CodeQL CLI reports the status of each command it runs as an exit code.
|
||||
This exit code provides information for subsequent commands or for other tools that rely on the CodeQL CLI.
|
||||
- :doc: `Extractor options <extractor-options`: You can customize the behavior of extractors by setting options through the CodeQL CLI.
|
||||
- :doc:`Extractor options <extractor-options>`: You can customize the behavior of extractors by setting options through the CodeQL CLI.
|
||||
|
||||
@@ -37,7 +37,7 @@ Each extractor defines its own set of configuration options. To find out which o
|
||||
}
|
||||
}
|
||||
|
||||
The extractor option names and descriptions are listed under ``extractor_options``. Each description may contain the following fields::
|
||||
The extractor option names and descriptions are listed under ``extractor_options``. Each option may contain the following fields::
|
||||
|
||||
* ``title`` (required): The title of the option
|
||||
* ``description`` (required): The description of the option
|
||||
|
||||
Reference in New Issue
Block a user