Skip to content

Commit

Permalink
Initial commit: problem matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger committed Apr 11, 2023
0 parents commit d4e9f9d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ufbt-problem-matcher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"problemMatcher": [
{
"owner": "ufbt-action",
"pattern": [
{
"regexp": "^(.*):(\\d+):(\\d+):\\s+(?:fatal\\s+)?(warning|error):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"message": 5
}
]
}
]
}

0 comments on commit d4e9f9d

Please sign in to comment.