You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-cli/publishing-and-using-codeql-packs.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
..publishing-and-using-codeql-packs:
1
+
.. _publishing-and-using-codeql-packs:
2
2
3
3
Publishing and using CodeQL packs
4
4
=================================
@@ -16,6 +16,8 @@ Configuring the ``qlpack.yml`` file before publishing
16
16
17
17
You can check and modify the configuration details of your CodeQL pack prior to publishing. Open the ``qlpack.yml`` file in your preferred text editor.
18
18
19
+
.. code-block:: none
20
+
19
21
library: # set to true if the pack is a library. Set to false or omit for a query pack
0 commit comments