mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
This diagnostic was introduced by https://github.com/github/codeql/pull/15979. However in the meantime the Go team [has backtracked](https://github.com/golang/go/issues/62278#issuecomment-2062002018) on their decision, which leads to confusing alerts for user (e.g. https://github.com/github/codeql-action/issues/2868). Even using Go toolchains from 1.21 to 1.22 we weren't immediately able to reproduce the problem that this diagnostics was meant to guard against. Therefore it was deemed simpler to just remove it. _En passant_ the `Makefile` now accepts `rtjo` not being set.
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
{
|
|
"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
|
|
}
|
|
}
|