Report SAT Errors with GHA Annotations (#11652)
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>
This commit is contained in:
21
.github/openhab-compile-problems.json
vendored
Normal file
21
.github/openhab-compile-problems.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user