From f41c4702c3368bf45cadb49c9681edd6d35e26de Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 4 Nov 2021 12:41:07 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> --- docs/codeql/codeql-cli/codeql-cli-reference.rst | 2 +- docs/codeql/codeql-cli/extractor-options.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/codeql/codeql-cli/codeql-cli-reference.rst b/docs/codeql/codeql-cli/codeql-cli-reference.rst index ec48a2061dd..e0ffdeaaa36 100644 --- a/docs/codeql/codeql-cli/codeql-cli-reference.rst +++ b/docs/codeql/codeql-cli/codeql-cli-reference.rst @@ -23,4 +23,4 @@ Learn more about the files you can use when running CodeQL processes and the res - :doc:`SARIF output `: CodeQL supports SARIF as an output format for sharing static analysis results. - :doc:`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 `: You can customize the behavior of extractors by setting options through the CodeQL CLI. diff --git a/docs/codeql/codeql-cli/extractor-options.rst b/docs/codeql/codeql-cli/extractor-options.rst index 576430225ef..9370ebba6b9 100644 --- a/docs/codeql/codeql-cli/extractor-options.rst +++ b/docs/codeql/codeql-cli/extractor-options.rst @@ -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