Files
codeql-action/test-problem-matcher.json
T
2020-08-12 22:32:39 +01:00

13 lines
327 B
JSON

{
"problemMatcher": [
{
"owner": "test-problem-matcher",
"pattern": [
{
"regexp": "(No source code was seen during the build\\.|No JavaScript or TypeScript code found\\.)",
"message": 1
}
]
}
]
}