mirror of
https://github.com/github/codeql.git
synced 2026-01-29 22:32:58 +01:00
Also add support for building the extractor inside this repository so that users can build and use the extractor, and an up-to-date version can be used for testing.
7 lines
290 B
JSON
7 lines
290 B
JSON
{ "provide": [ "ql/src/qlpack.yml",
|
|
"ql/test/qlpack.yml",
|
|
"upgrades/qlpack.yml",
|
|
"ql/config/legacy-support/qlpack.yml",
|
|
"build/codeql-extractor-go/codeql-extractor.yml" ],
|
|
"ignore": [ "the-extractor-which-needs-to-be-built" ] }
|