Skip to content

Commit

Permalink
Add problem matcher for inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bgeninatti committed Oct 31, 2022
1 parent c3ada67 commit 1ad5561
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/problem-matchers/pospell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"problemMatcher": [
{
"owner": "pospell",
"pattern": [
{
"regexp": "^(.*):(\\d+):(.*)$",
"file": 1,
"line": 2,
"message": 3
}
]
}
]
}

0 comments on commit 1ad5561

Please sign in to comment.