mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +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.
15 lines
417 B
Plaintext
15 lines
417 B
Plaintext
{
|
|
"markdownMessage": "2 `go.mod` files were found:\n\n`subdir0/go.mod`, `subdir0/subdir1/go.mod`",
|
|
"severity": "note",
|
|
"source": {
|
|
"extractorName": "go",
|
|
"id": "go/autobuilder/multiple-go-mod-found-nested",
|
|
"name": "Multiple `go.mod` files were found, all nested under one root `go.mod` file"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": false,
|
|
"statusPage": false,
|
|
"telemetry": true
|
|
}
|
|
}
|