File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 15
15
" misc/legacy-support/*/qlpack.yml" ,
16
16
" misc/suite-helpers/qlpack.yml" ,
17
17
" ruby/extractor-pack/codeql-extractor.yml" ,
18
+ " swift/extractor-pack/codeql-extractor.yml" ,
18
19
" ql/extractor-pack/codeql-extractor.yml"
19
20
],
20
21
"versionPolicies" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bazel run //swift:create-extractor-pack
13
13
which will install ` swift/extractor-pack ` .
14
14
15
15
Using ` --search-path=swift/extractor-pack ` will then pick up the Swift extractor. You can also use
16
- ` --search-path=swift ` , as the extractor pack is mentioned in ` swift/ .codeqlmanifest.json` .
16
+ ` --search-path=. ` , as the extractor pack is mentioned in the root ` .codeqlmanifest.json ` .
17
17
18
18
Notice you can run ` bazel run :create-extractor-pack ` if you already are in the ` swift ` directory.
19
19
You can’t perform that action at this time.
0 commit comments