Skip to content

Commit d003a1d

Browse files
committed
Add missing whitespace in development handbook
1 parent 11aea6a commit d003a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/development_handbook.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ A query **must** include:
330330
- Do not try to explain the solution in the message; instead that should be provided in the help for the query.
331331

332332
All public predicates, classes, modules and files should be documented with QLDoc. All QLDoc should follow the [QLDoc style guide](https://github.com/github/codeql/blob/main/docs/qldoc-style-guide.md).
333+
333334
### Installing QL dependencies
334335

335336
All of our query and library packs depend on the standard CodeQL library for C++, `codeql/cpp-all`. This dependency is specified in the `qlpack.yml` file for each of our packs. Before compiling, running, or testing any of our queries or libraries, you must download the proper dependencies by running `python3 scripts/install-packs.py`. This will download the appropriate version of the standard library from the public package registry, installing it in a cache in your `~/.codeql` directory. When compiling queries or running tests, the QL compiler will pick up the appropriate dependencies from this cache without any need to specify an additional library search path on the command line.

0 commit comments

Comments
 (0)