mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 15:34:37 +00:00
18 lines
291 B
JSON
18 lines
291 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "flake8",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^:]*):(\\d+):(\\d+): (\\w\\d\\d\\d) (.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"code": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|