remove single trailing newline
This commit is contained in:
@@ -199,4 +199,4 @@ When a pack is published for use in analyses, the `codeql pack create` or `codeq
|
||||
- For query packs, precompiled representations of each of the queries. These are faster to execute than it would be to compile the QL source for the query at each analysis.
|
||||
|
||||
Most of this data is located in a directory named `.codeql` in the published pack, but precompiled queries are in files with a `.qlx` suffix next to the `.ql` source for each query. When analyzing a database with a query from a published pack, {% data variables.product.prodname_codeql %} will load these files instead of the `.ql` source. If you need to modify the content of a _published_ pack, be sure to remove all of the `.qlx` files, since they may prevent modifications in the `.ql` files from taking effect.
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -109,4 +109,4 @@ codeql github upload-results \
|
||||
```
|
||||
|
||||
This is the same as the process for uploading SARIF files from successful analyses.
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user