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 }