mirror of
https://github.com/nodejs/node.git
synced 2024-11-25 08:19:38 +01:00
14 lines
193 B
JSON
14 lines
193 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "core-validate-commit",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^not ok \\d+ (.*)$",
|
||
|
"message": 1
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|