mirror of
https://github.com/github/codeql.git
synced 2026-01-23 11:22:58 +01:00
Minor fixes to the getting started docs
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
@@ -217,13 +217,13 @@ up to create and analyze databases:
|
||||
will display the names of all the QL packs directly available to the CodeQL CLI.
|
||||
This should include:
|
||||
|
||||
- Query packs for each supported language, e.g., ``codeql/{language}-queries``.
|
||||
- Query packs for each supported language, for example, ``codeql/{language}-queries``.
|
||||
These packs contain the standard queries that will be run for each analysis.
|
||||
- Library packs for each supported language, e.g., ``codeql/{language}-all``. These
|
||||
- Library packs for each supported language, for example, ``codeql/{language}-all``. These
|
||||
packs contain query libraries, such as control flow and data flow libraries, that
|
||||
may be useful to other query authors.
|
||||
- Example packs for each supported language, e.g., ``codeql/{language}-examples``.
|
||||
These packs contain useful snippets of CodeQL that query auhtors may want To use.
|
||||
may be useful to query writers.
|
||||
- Example packs for each supported language, for example, ``codeql/{language}-examples``.
|
||||
These packs contain useful snippets of CodeQL that query writers may find useful.
|
||||
- Legacy packs that ensure custom queries and libraries created using older products are
|
||||
compatible with your version of CodeQL.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user