mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29:28 +02:00
549 B
549 B
Agent instructions
This is a CodeQL extractor based on tree-sitter.
Building
To build the extractor, run scripts/create-extractor-pack.sh
Testing
-
If you changed the extractor code, always rebuild it before running tests.
-
To run all tests, run
codeql test run --search-path extractor-pack ql/test -
Do not edit
.expectedfiles manually. To update the expected output, pass--learnto thecodeql test runcommand. -
To run a specific test, pass the specific directory to the
codeql test runcommand instead ofql/test.