16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "black-warning",
|
|
"severity": "warning",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(would reformat (.*))$",
|
|
"file": 2,
|
|
"message": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|