mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 07:02:02 +01:00
1afe90d314
Let's test the GHA annotations for errors also in this repo! Similar to openhab/openhab-core#2543 Signed-off-by: Wouter Born <github@maindrain.net>
22 lines
425 B
JSON
22 lines
425 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "openhab-compile-problems",
|
|
"severity": "error",
|
|
"pattern": [
|
|
{
|
|
"regexp": "Failed to execute goal.*Compilation failure"
|
|
},
|
|
{
|
|
"regexp": "^\\[ERROR\\] (.+\\.java):\\[(.+),(.+)\\] (.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"col": 3,
|
|
"message": 4,
|
|
"loop": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|