Add space to YAML syntax.

This commit is contained in:
Dominik Bamberger
2021-07-26 09:23:52 +02:00
parent 4116bfaea0
commit 4d88326ad3

View File

@@ -67,7 +67,7 @@ The following properties are supported in ``qlpack.yml`` files.
- All packs
- A version number for this CodeQL pack. This must be a valid semantic version that meets the `SemVer v2.0.0 specification <https://semver.org/spec/v2.0.0.html>`__.
* - ``dependencies``
- ``github/codeql-javascript:1.2.3``
- ``codeql/javascript-all: 1.2.3``
- Optional
- The names of any CodeQL packs that this pack depends on, as a sequence. This gives the pack access to any libraries, database schema, and query suites defined in the dependency.
* - ``default-suite-file``