codeql-go merge prep: integrate go/ into codeql

This commit is contained in:
Chuan-kai Lin
2022-04-26 09:49:37 -07:00
parent 097d5189e9
commit 1276c41e83
19 changed files with 52 additions and 116 deletions

View File

@@ -0,0 +1,14 @@
{
"problemMatcher": [
{
"owner": "codeql-test-run",
"pattern": [
{
"regexp": "(\\[.*\\] FAILED\\((RESULT|COMPILATION)\\) (.*))$",
"file": 3,
"message": 1
}
]
}
]
}