From ae203d55c626a546b0323b656626a206beaa7ab8 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Wed, 5 Aug 2020 13:18:54 -0400 Subject: [PATCH] Remove extra digit group from test matcher --- .github/elixir.json | 2 +- dist/.github/elixir.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/elixir.json b/.github/elixir.json index e328154..e26040d 100644 --- a/.github/elixir.json +++ b/.github/elixir.json @@ -36,7 +36,7 @@ "message": 1 }, { - "regexp": "^\\s*(.*):(\\d+):(\\d+)?$", + "regexp": "^\\s*(.*):(\\d+)$", "file": 1, "line": 2 } diff --git a/dist/.github/elixir.json b/dist/.github/elixir.json index e328154..e26040d 100644 --- a/dist/.github/elixir.json +++ b/dist/.github/elixir.json @@ -36,7 +36,7 @@ "message": 1 }, { - "regexp": "^\\s*(.*):(\\d+):(\\d+)?$", + "regexp": "^\\s*(.*):(\\d+)$", "file": 1, "line": 2 }