Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add problem matcher for inline comments
  • Loading branch information
brunildisimo committed Oct 31, 2022
commit 1ad5561d7f22e66c8a74fccad7bf5105cbded88b
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
}
]
}
]
}