mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: Unified handling of in-tree extractor packs.
This commit is contained in:
3
swift/.gitignore
vendored
3
swift/.gitignore
vendored
@@ -1,6 +1,3 @@
|
||||
# directory created by bazel run //swift:create-extractor-pack
|
||||
/extractor-pack
|
||||
|
||||
# output files created by running tests
|
||||
*.o
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user