mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-26 09:29:37 +08:00
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "markdownlint",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^:]*):(\\d+):?(\\d+)?\\s([\\w-\\/]*)\\s(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"code": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |