File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
131131security queries, use::
132132
133- - queries : codeql/cpp-queries
133+ - qlpack : codeql/cpp-queries
134134 - include:
135135 tags contain: security
136136
You can’t perform that action at this time.
0 commit comments