mirror of
https://github.com/alibaba/higress.git
synced 2026-02-22 18:51:04 +08:00
27 lines
399 B
JSON
27 lines
399 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "codespell-matcher-default",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):(\\d+):\\s+(.+)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"message": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"owner": "codespell-matcher-specified",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(ERROR|WARNING):\\s+(.+):\\s+(.+?)\\s*$",
|
|
"file": 3,
|
|
"severity": 1,
|
|
"message": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|