Files
codeql/go/ql/integration-tests/single-go-mod-not-in-root/diagnostics.expected
Cornelius Riemenschneider bfc6fee828 Go: Move all integration tests.
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.
2024-08-28 10:37:59 +02:00

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
}
}