mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
We are no longer bound to the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional.
15 lines
721 B
Plaintext
15 lines
721 B
Plaintext
{
|
|
"markdownMessage": "All targets found within Xcode projects or workspaces either contain no Swift source files, or are tests.\n\nTo analyze a custom set of source files, set up a [manual build command][1].\n\n[1]: https://docs.github.com/en/enterprise-server/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language",
|
|
"severity": "error",
|
|
"source": {
|
|
"extractorName": "swift",
|
|
"id": "swift/autobuilder/no-swift-target",
|
|
"name": "No Swift compilation target found"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": true,
|
|
"telemetry": true
|
|
}
|
|
}
|