Problem matcher elixir

This commit is contained in:
Mijail Rondon
2019-11-26 23:32:07 -05:00
parent ca25180aa6
commit dfb9431cd0

16
.github/elixir.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"problemMatcher": [
{
"owner": "elixir",
"pattern": [
{
"regexp": "^(\\*\\* \\(.*\\) )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
"file": 2,
"line": 4,
"column": 6,
"message": 7
}
]
}
]
}