Highlight error messages in CI

Copied problem-matchers from github/semmle-code, which is used for
running CI for github/codeql.
This commit is contained in:
Owen Mansel-Chan
2021-03-11 15:07:27 +00:00
parent fecf265641
commit ea7af2e4a2
5 changed files with 70 additions and 0 deletions

View File

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