weblate/.github/matchers/spectacular.json
2024-10-01 15:35:58 +02:00

16 lines
271 B
JSON

{
"problemMatcher": [
{
"owner": "spectacular",
"pattern": [
{
"file": 1,
"line": 2,
"severity": 3,
"message": 4,
"regexp": "^([^:]*):(\\d+): (Warning|Error) (.*)$"
}
]
}
]
}