17 lines
256 B
JSON
17 lines
256 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "codespell",
|
||
|
"severity": "warning",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^(.+):(\\d+):\\s(.+)$",
|
||
|
"file": 1,
|
||
|
"line": 2,
|
||
|
"message": 3
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|