mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
This adds a first dummy extractor for swift. Running `bazel run //swift:install` will create an `extractor_pack` directory in `swift`. From that moment providing `--search-path=swift` will pick up the extractor.
11 lines
192 B
YAML
11 lines
192 B
YAML
name: "swift"
|
|
display_name: "Swift"
|
|
version: 0.0.1
|
|
column_kind: "utf8"
|
|
legacy_qltest_extraction: true
|
|
file_types:
|
|
- name: swift
|
|
display_name: Swift files
|
|
extensions:
|
|
- .swift
|