mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-27 00:56:07 +00:00
Add error and warning matchers
This commit is contained in:
@@ -11,6 +11,21 @@
|
||||
"message": 7
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"owner": "elixir-warning",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(warning: (.*))$",
|
||||
"message": 2
|
||||
},
|
||||
{
|
||||
"regexp": "^( )((.:)?[^:]*):(\\d+)(:(\\d+))?$",
|
||||
"file": 2,
|
||||
"line": 4,
|
||||
"column": 6
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user