Skip to content

Commit 21c168e

Browse files
Apply suggestions from code review
Co-authored-by: Aditya Sharad <[email protected]>
1 parent 0923d1f commit 21c168e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/codeql/codeql-cli/creating-codeql-query-suites.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ queries using:
5555

5656
- qlpack: <qlpack-name>
5757

58-
The default suite of a query pack includes all of the common and recommended queries
59-
inside of that suite. Not all query packs have a default suite. Those that do not
60-
define a default suite will resolve all of the queries in all of their subdirectories.
58+
The default suite of a query pack includes a recommended set of queries
59+
inside of that query pack. Not all query packs have a default suite. If the given query pack does not
60+
define a default suite, the `qlpack` instruction will resolve to all of the queries within the pack.
6161

6262
.. pull-quote:: Note
6363

@@ -130,7 +130,7 @@ To define a suite that selects all queries in the default suite of the
130130
``codeql/cpp-queries`` QL pack, and then refines them to only include
131131
security queries, use::
132132

133-
- queries: codeql/cpp-queries
133+
- qlpack: codeql/cpp-queries
134134
- include:
135135
tags contain: security
136136

0 commit comments

Comments
 (0)