Skip to content

Commit

Permalink
Swig problem matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Jun 12, 2022
1 parent 6cc5af1 commit b0b7a71
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/problem-matchers.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@
"message": 4
}
]
}},
{
"owner": "swig",
"pattern": [
{
"regexp": "^(.*):(\d+):\\s+(Warning|Error):\\s+(.*)$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
}
]
}
]
}

0 comments on commit b0b7a71

Please sign in to comment.