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