Swift: Unified handling of in-tree extractor packs.

This commit is contained in:
Cornelius Riemenschneider
2024-06-03 16:06:08 +02:00
parent 04f5f30489
commit 7b72018e56
2 changed files with 0 additions and 4 deletions

3
swift/.gitignore vendored
View File

@@ -1,6 +1,3 @@
# directory created by bazel run //swift:create-extractor-pack
/extractor-pack
# output files created by running tests
*.o

View File

@@ -20,7 +20,6 @@ runs:
codeql test run \
--threads=0 \
--ram 50000 \
--search-path "${{ github.workspace }}/swift/extractor-pack" \
--check-databases \
--check-unused-labels \
--check-repeated-labels \