Add warning about reformatting and stripping comments.

This commit is contained in:
Dominik Bamberger
2021-07-26 11:08:50 +02:00
parent f89f3f408b
commit 5193e657bc

View File

@@ -55,7 +55,7 @@ You can add dependencies on CodeQL packs using the command ``codeql pack add``.
The version number is optional. If you leave off the version number, the latest version will be added.
This command updates the ``qlpack.yml`` file with the requested dependencies and downloads them into the package cache.
This command updates the ``qlpack.yml`` file with the requested dependencies and downloads them into the package cache. Please note that this command will reformat the file and remove all comments.
You can also manually edit the ``qlpack.yml`` file to include dependencies and install the dependencies with the command: