Skip to content

Commit 3ec11a1

Browse files
author
Henning Makholm
committed
Don't chain to ./codeql in .codeqlmanifest.json
This entry in `.codeqlmanifest.json` was intended to allow unpacking the CodeQL CLI as a subdirectory of `ql`, and things would Just Work. However, it is not necessary anymore because recent releases of the CLI will search their own directory as a fallback _independently_ of the parent directory. On the contrary, removing this link will make internal testing easier because you then run a test build of the CLI with `--search-path` pointing to the `ql` checkout without inadvertently making extractors in a _different_ build that is unpacked there visible.
1 parent e1644dd commit 3ec11a1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.codeqlmanifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
"*/ql/test/qlpack.yml",
33
"*/upgrades/qlpack.yml",
44
"misc/legacy-support/*/qlpack.yml",
5-
"misc/suite-helpers/qlpack.yml",
6-
"codeql/.codeqlmanifest.json" ] }
5+
"misc/suite-helpers/qlpack.yml" ] }

0 commit comments

Comments
 (0)