Files
codeql/go/ql/integration-tests/diagnostics/go-files-found-not-processed/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

29 lines
1002 B
Plaintext

{
"markdownMessage": "2 `go.mod` files were found:\n\n`go.mod`, `subdir/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
}
}
{
"markdownMessage": "[Specify a custom build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages) that includes one or more `go build` commands to build the `.go` files to be analyzed.",
"severity": "error",
"source": {
"extractorName": "go",
"id": "go/autobuilder/go-files-found-but-not-processed",
"name": "Go files were found but not processed"
},
"visibility": {
"cliSummaryTable": true,
"statusPage": true,
"telemetry": true
}
}