neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
s/location/line
b95d2a9 · Jonathan Clem · 2020-08-05 17:17
Files changed
modified
.github/elixir.json
+4
−4
@@ -7,7 +7,7 @@
| 7 | 7 | { |
| 8 | 8 | "regexp": "^\\*\\* \\((\\w+)\\) (.*):(\\d+): (.*)$", |
| 9 | 9 | "file": 2, |
| 10 | − "location": 3, | |
| 10 | + "line": 3, | |
| 11 | 11 | "message": 0 |
| 12 | 12 | } |
| 13 | 13 | ] |
@@ -23,7 +23,7 @@
| 23 | 23 | { |
| 24 | 24 | "regexp": "^ (.*):(\\d+).*$", |
| 25 | 25 | "file": 1, |
| 26 | − "location": 2 | |
| 26 | + "line": 2 | |
| 27 | 27 | } |
| 28 | 28 | ] |
| 29 | 29 | }, |
@@ -36,9 +36,9 @@
| 36 | 36 | "message": 1 |
| 37 | 37 | }, |
| 38 | 38 | { |
| 39 | − "regexp": "^\\s*(.*):(\\d+)$", | |
| 39 | + "regexp": "^\\s*(.*):(\\d+):(\\d+)?$", | |
| 40 | 40 | "file": 1, |
| 41 | − "location": 2 | |
| 41 | + "line": 2 | |
| 42 | 42 | } |
| 43 | 43 | ] |
| 44 | 44 | } |
modified
dist/.github/elixir.json
+4
−4
@@ -7,7 +7,7 @@
| 7 | 7 | { |
| 8 | 8 | "regexp": "^\\*\\* \\((\\w+)\\) (.*):(\\d+): (.*)$", |
| 9 | 9 | "file": 2, |
| 10 | − "location": 3, | |
| 10 | + "line": 3, | |
| 11 | 11 | "message": 0 |
| 12 | 12 | } |
| 13 | 13 | ] |
@@ -23,7 +23,7 @@
| 23 | 23 | { |
| 24 | 24 | "regexp": "^ (.*):(\\d+).*$", |
| 25 | 25 | "file": 1, |
| 26 | − "location": 2 | |
| 26 | + "line": 2 | |
| 27 | 27 | } |
| 28 | 28 | ] |
| 29 | 29 | }, |
@@ -36,9 +36,9 @@
| 36 | 36 | "message": 1 |
| 37 | 37 | }, |
| 38 | 38 | { |
| 39 | − "regexp": "^\\s*(.*):(\\d+)$", | |
| 39 | + "regexp": "^\\s*(.*):(\\d+):(\\d+)?$", | |
| 40 | 40 | "file": 1, |
| 41 | − "location": 2 | |
| 41 | + "line": 2 | |
| 42 | 42 | } |
| 43 | 43 | ] |
| 44 | 44 | } |
Parents: bae0896