Add error and warning matchers

This commit is contained in:
Mijail Rondon
2019-11-26 23:38:31 -05:00
parent dfb9431cd0
commit c1ab867da9
2 changed files with 18 additions and 0 deletions

15
.github/elixir.json vendored
View File

@@ -11,6 +11,21 @@
"message": 7
}
]
},
{
"owner": "elixir-warning",
"pattern": [
{
"regexp": "^(warning: (.*))$",
"message": 2
},
{
"regexp": "^( )((.:)?[^:]*):(\\d+)(:(\\d+))?$",
"file": 2,
"line": 4,
"column": 6
}
]
}
]
}