Skip to content

Commit a26d11b

Browse files
committed
Go: Revert expected diagnostics for go-files-found-not-processed
1 parent 058bf32 commit a26d11b

File tree

1 file changed

+14
-0
lines changed
  • go/ql/integration-tests/all-platforms/go/diagnostics/go-files-found-not-processed

1 file changed

+14
-0
lines changed

go/ql/integration-tests/all-platforms/go/diagnostics/go-files-found-not-processed/diagnostics.expected

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,17 @@
1212
"telemetry": true
1313
}
1414
}
15+
{
16+
"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.",
17+
"severity": "error",
18+
"source": {
19+
"extractorName": "go",
20+
"id": "go/autobuilder/go-files-found-but-not-processed",
21+
"name": "Go files were found but not processed"
22+
},
23+
"visibility": {
24+
"cliSummaryTable": true,
25+
"statusPage": true,
26+
"telemetry": true
27+
}
28+
}

0 commit comments

Comments
 (0)