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