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