mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +01:00
We no longer need the platform-specific directories, so simplify the test organization. If you want to retain the `linux` directory for two tests, or not do this at all, just skip merging this PR. It's purely optional.
29 lines
683 B
Plaintext
29 lines
683 B
Plaintext
{
|
|
"markdownMessage": "1 bazel BUILD file was found:\n\n`BUILD`",
|
|
"severity": "note",
|
|
"source": {
|
|
"extractorName": "go",
|
|
"id": "go/autobuilder/bazel-build-file-found",
|
|
"name": "Bazel BUILD files were found"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": false,
|
|
"statusPage": false,
|
|
"telemetry": true
|
|
}
|
|
}
|
|
{
|
|
"markdownMessage": "A single `go.mod` file was found.\n\n`go.mod`",
|
|
"severity": "note",
|
|
"source": {
|
|
"extractorName": "go",
|
|
"id": "go/autobuilder/single-root-go-mod-found",
|
|
"name": "A single `go.mod` file was found in the root"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": false,
|
|
"statusPage": false,
|
|
"telemetry": true
|
|
}
|
|
}
|