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 1515 " misc/legacy-support/*/qlpack.yml" ,
1616 " misc/suite-helpers/qlpack.yml" ,
1717 " ruby/extractor-pack/codeql-extractor.yml" ,
18+ " swift/extractor-pack/codeql-extractor.yml" ,
1819 " ql/extractor-pack/codeql-extractor.yml"
1920 ],
2021 "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
1313which will install ` swift/extractor-pack ` .
1414
1515Using ` --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 ` .
1717
1818Notice you can run ` bazel run :create-extractor-pack ` if you already are in the ` swift ` directory.
1919
You can’t perform that action at this time.
0 commit comments