From 21c168e229cc4de28ec6f524129e2fd89782dc56 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Tue, 31 Aug 2021 14:47:28 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com> --- docs/codeql/codeql-cli/creating-codeql-query-suites.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/codeql/codeql-cli/creating-codeql-query-suites.rst b/docs/codeql/codeql-cli/creating-codeql-query-suites.rst index 39b99e224d4..ceaa104f4d0 100644 --- a/docs/codeql/codeql-cli/creating-codeql-query-suites.rst +++ b/docs/codeql/codeql-cli/creating-codeql-query-suites.rst @@ -55,9 +55,9 @@ queries using: - qlpack: - The default suite of a query pack includes all of the common and recommended queries - inside of that suite. Not all query packs have a default suite. Those that do not - define a default suite will resolve all of the queries in all of their subdirectories. + The default suite of a query pack includes a recommended set of queries + inside of that query pack. Not all query packs have a default suite. If the given query pack does not + define a default suite, the `qlpack` instruction will resolve to all of the queries within the pack. .. pull-quote:: Note @@ -130,7 +130,7 @@ To define a suite that selects all queries in the default suite of the ``codeql/cpp-queries`` QL pack, and then refines them to only include security queries, use:: - - queries: codeql/cpp-queries + - qlpack: codeql/cpp-queries - include: tags contain: security