1
0
Fork 0
python-docs-fr/.github/problem-matchers/pospell.json

16 lines
308 B
JSON

{
"problemMatcher": [
{
"owner": "pospell",
"pattern": [
{
"regexp": "^(.*):(\\d+):(.*)$",
"file": 1,
"line": 2,
"message": 3
}
]
}
]
}