From 5193e657bc40719a85a811970c8fd5f9299b1149 Mon Sep 17 00:00:00 2001 From: Dominik Bamberger Date: Mon, 26 Jul 2021 11:08:50 +0200 Subject: [PATCH] Add warning about reformatting and stripping comments. --- .../codeql-cli/creating-and-working-with-codeql-packs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst b/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst index ceccfebf78f..68cd443e68b 100644 --- a/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst +++ b/docs/codeql/codeql-cli/creating-and-working-with-codeql-packs.rst @@ -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: