QL: merge the .codeqlmanifest.json file in the root

This commit is contained in:
Erik Krogh Kristensen
2021-12-15 14:22:40 +01:00
parent 0ac3e5c3ad
commit fb979231f3
2 changed files with 3 additions and 11 deletions

View File

@@ -11,7 +11,9 @@
"misc/legacy-support/*/qlpack.yml",
"misc/suite-helpers/qlpack.yml",
"ruby/extractor-pack/codeql-extractor.yml",
"ruby/ql/consistency-queries/qlpack.yml"
"ruby/ql/consistency-queries/qlpack.yml",
"ql/ql/consistency-queries/qlpack.yml",
"ql/extractor-pack/codeql-extractor.yml"
],
"versionPolicies": {
"default": {

View File

@@ -1,10 +0,0 @@
{
"provide": [
"ql/src/qlpack.yml",
"ql/consistency-queries/qlpack.yml",
"ql/test/qlpack.yml",
"ql/examples/qlpack.yml",
"upgrades/qlpack.yml",
"extractor-pack/codeql-extractor.yml"
]
}