Fix search paths.

It turns out we still need to supply this option, so `codeql` goes looking
for the extractor paths specified in the `codeql-workspace.yml` file.
This commit is contained in:
Cornelius Riemenschneider
2024-06-03 16:33:17 +02:00
parent c30cc0f665
commit 1bd7aef1b2
11 changed files with 19 additions and 15 deletions

View File

@@ -65,4 +65,4 @@ extractor: $(FILES) $(BIN_FILES)
cp extractor/target/release/codeql-extractor-ruby$(EXE) extractor-pack/tools/$(CODEQL_PLATFORM)/extractor$(EXE)
test: extractor dbscheme
codeql test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --consistency-queries ql/consistency-queries ql/test
codeql test run --check-databases --check-unused-labels --check-repeated-labels --check-redefined-labels --check-use-before-definition --search-path .. --consistency-queries ql/consistency-queries ql/test