From b95d2a9ab0368c995e5730acfbe32f77624de0d8 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Wed, 5 Aug 2020 13:17:18 -0400 Subject: [PATCH] s/location/line --- .github/elixir.json | 8 ++++---- dist/.github/elixir.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/elixir.json b/.github/elixir.json index e9af6ba..e328154 100644 --- a/.github/elixir.json +++ b/.github/elixir.json @@ -7,7 +7,7 @@ { "regexp": "^\\*\\* \\((\\w+)\\) (.*):(\\d+): (.*)$", "file": 2, - "location": 3, + "line": 3, "message": 0 } ] @@ -23,7 +23,7 @@ { "regexp": "^ (.*):(\\d+).*$", "file": 1, - "location": 2 + "line": 2 } ] }, @@ -36,9 +36,9 @@ "message": 1 }, { - "regexp": "^\\s*(.*):(\\d+)$", + "regexp": "^\\s*(.*):(\\d+):(\\d+)?$", "file": 1, - "location": 2 + "line": 2 } ] } diff --git a/dist/.github/elixir.json b/dist/.github/elixir.json index e9af6ba..e328154 100644 --- a/dist/.github/elixir.json +++ b/dist/.github/elixir.json @@ -7,7 +7,7 @@ { "regexp": "^\\*\\* \\((\\w+)\\) (.*):(\\d+): (.*)$", "file": 2, - "location": 3, + "line": 3, "message": 0 } ] @@ -23,7 +23,7 @@ { "regexp": "^ (.*):(\\d+).*$", "file": 1, - "location": 2 + "line": 2 } ] }, @@ -36,9 +36,9 @@ "message": 1 }, { - "regexp": "^\\s*(.*):(\\d+)$", + "regexp": "^\\s*(.*):(\\d+):(\\d+)?$", "file": 1, - "location": 2 + "line": 2 } ] }