17 lines
282 B
JSON
17 lines
282 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "elixir",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(\\*\\* \\(.*\\) )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
|
|
"file": 2,
|
|
"line": 4,
|
|
"column": 6,
|
|
"message": 7
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|