neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Remove extra digit group from test matcher
ae203d5 · Jonathan Clem · 2020-08-05 17:18
Files changed
modified
.github/elixir.json
+1
−1
@@ -36,7 +36,7 @@
| 36 | 36 | "message": 1 |
| 37 | 37 | }, |
| 38 | 38 | { |
| 39 | − "regexp": "^\\s*(.*):(\\d+):(\\d+)?$", | |
| 39 | + "regexp": "^\\s*(.*):(\\d+)$", | |
| 40 | 40 | "file": 1, |
| 41 | 41 | "line": 2 |
| 42 | 42 | } |
modified
dist/.github/elixir.json
+1
−1
@@ -36,7 +36,7 @@
| 36 | 36 | "message": 1 |
| 37 | 37 | }, |
| 38 | 38 | { |
| 39 | − "regexp": "^\\s*(.*):(\\d+):(\\d+)?$", | |
| 39 | + "regexp": "^\\s*(.*):(\\d+)$", | |
| 40 | 40 | "file": 1, |
| 41 | 41 | "line": 2 |
| 42 | 42 | } |
Parents: b95d2a9