Files
codeql/go/ql/integration-tests/diagnostics/unsupported-relative-path/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
479 B
Plaintext

{
"markdownMessage": "You should replace relative package paths (that contain `.` or `..`) with absolute paths. Alternatively you can [use a Go module](https://go.dev/blog/using-go-modules).",
"severity": "error",
"source": {
"extractorName": "go",
"id": "go/autobuilder/relative-import-paths",
"name": "Some imports use unsupported relative package paths"
},
"visibility": {
"cliSummaryTable": true,
"statusPage": true,
"telemetry": true
}
}