Skip to content

Commit 1e9fcfb

Browse files
authored
Merge pull request github#9265 from github/redsun82/swift-rm-codeqlmanifest
Swift: remove `.codeqlmanifest`
2 parents 63f5a86 + a3f6682 commit 1e9fcfb

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.codeqlmanifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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": {

swift/.codeqlmanifest.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

swift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bazel run //swift:create-extractor-pack
1313
which will install `swift/extractor-pack`.
1414

1515
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`.
1717

1818
Notice you can run `bazel run :create-extractor-pack` if you already are in the `swift` directory.
1919

0 commit comments

Comments
 (0)