- only deploy if prose lint passes - rework styles download - add vale anotations matcher - set MinAlertLevel to warning - add website pages to the prose linter - do not fail on docs linting
19 lines
314 B
JSON
19 lines
314 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"severity": "error",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^:]+):(\\d+):(\\d+):([^:]+):(.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"code": 4,
|
|
"message": 5
|
|
}
|
|
],
|
|
"owner": "vale-error"
|
|
}
|
|
]
|
|
}
|