Files
codeql/go/ql/integration-tests/mixed-layout/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
758 B
Plaintext

{
"markdownMessage": "1 `go.work` file was found:\n\n`workspace/go.work`",
"severity": "note",
"source": {
"extractorName": "go",
"id": "go/autobuilder/go-work-found",
"name": "`go.work` file found"
},
"visibility": {
"cliSummaryTable": false,
"statusPage": false,
"telemetry": true
}
}
{
"markdownMessage": "Go files were found outside of the Go modules corresponding to these `go.mod` files.\n\n`workspace/subdir/go.mod`, `module/go.mod`",
"severity": "note",
"source": {
"extractorName": "go",
"id": "go/autobuilder/go-files-outside-go-modules",
"name": "Go files were found outside Go modules"
},
"visibility": {
"cliSummaryTable": false,
"statusPage": false,
"telemetry": true
}
}