Problem matcher elixir

dfb9431 · Mijail Rondon · 2019-11-27 04:32

1 files +16 -0

Files changed

added .github/elixir.json
+16 −0
@@ -0,0 +1,16 @@
1 +{
2 + "problemMatcher": [
3 + {
4 + "owner": "elixir",
5 + "pattern": [
6 + {
7 + "regexp": "^(\\*\\* \\(.*\\) )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
8 + "file": 2,
9 + "line": 4,
10 + "column": 6,
11 + "message": 7
12 + }
13 + ]
14 + }
15 + ]
16 +}

Parents: ca25180