neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Problem matcher elixir
dfb9431 · Mijail Rondon · 2019-11-27 04:32
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