rust/src/ci/github-actions/problem_matchers.json
2023-03-06 07:13:48 +00:00

15 lines
344 B
JSON

{
"problemMatcher": [
{
"owner": "tidy-error-file-line",
"pattern": [
{
"regexp": "^tidy error: /checkout/(.+):(\\d+): (.+)$",
"file": 1,
"line": 2,
"message": 3
}
]
}
]
}