mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02: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
749 B
Plaintext
29 lines
749 B
Plaintext
{
|
|
"markdownMessage": "1 `go.work` file was found:\n\n`modules/go.work`",
|
|
"severity": "note",
|
|
"source": {
|
|
"extractorName": "go",
|
|
"id": "go/autobuilder/go-work-found",
|
|
"name": "`go.work` file found"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": false,
|
|
"statusPage": false,
|
|
"telemetry": true
|
|
}
|
|
}
|
|
{
|
|
"markdownMessage": "2 `go.mod` files were found:\n\n`modules/subdir1/go.mod`, `modules/subdir2/go.mod`",
|
|
"severity": "note",
|
|
"source": {
|
|
"extractorName": "go",
|
|
"id": "go/autobuilder/multiple-go-mod-found-not-nested",
|
|
"name": "Multiple `go.mod` files found, not all nested under one root `go.mod` file"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": false,
|
|
"statusPage": false,
|
|
"telemetry": true
|
|
}
|
|
}
|