From dfb9431cd0f69c78308619afb86cfefb0b5003bb Mon Sep 17 00:00:00 2001 From: Mijail Rondon Date: Tue, 26 Nov 2019 23:32:07 -0500 Subject: [PATCH] Problem matcher elixir --- .github/elixir.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/elixir.json diff --git a/.github/elixir.json b/.github/elixir.json new file mode 100644 index 0000000..84dd88c --- /dev/null +++ b/.github/elixir.json @@ -0,0 +1,16 @@ +{ + "problemMatcher": [ + { + "owner": "elixir", + "pattern": [ + { + "regexp": "^(\\*\\* \\(.*\\) )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$", + "file": 2, + "line": 4, + "column": 6, + "message": 7 + } + ] + } + ] +}