mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +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
372 B
Plaintext
15 lines
372 B
Plaintext
{
|
|
"markdownMessage": "A single, non-root `go.mod` file was found.\n\n`subdir/go.mod`",
|
|
"severity": "note",
|
|
"source": {
|
|
"extractorName": "go",
|
|
"id": "go/autobuilder/single-non-root-go-mod-found",
|
|
"name": "A single, non-root `go.mod` file was found"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": false,
|
|
"statusPage": false,
|
|
"telemetry": true
|
|
}
|
|
}
|