Skip to content

Commit 5193e65

Browse files
committed
Add warning about reformatting and stripping comments.
1 parent f89f3f4 commit 5193e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can add dependencies on CodeQL packs using the command ``codeql pack add``.
5555

5656
The version number is optional. If you leave off the version number, the latest version will be added.
5757

58-
This command updates the ``qlpack.yml`` file with the requested dependencies and downloads them into the package cache.
58+
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.
5959

6060
You can also manually edit the ``qlpack.yml`` file to include dependencies and install the dependencies with the command:
6161

0 commit comments

Comments
 (0)