Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46ebbe4

Browse files
committedOct 30, 2022
Add problem matcher for inline comments
1 parent 0ee17ae commit 46ebbe4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎.github/problem-matchers/pospell.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"problemMatcher": [
3+
{
4+
"owner": "pospell",
5+
"pattern": [
6+
{
7+
"regexp": "^(.*):(\\d+):(.*)$",
8+
"file": 1,
9+
"line": 2,
10+
"message": 3
11+
}
12+
]
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)
Please sign in to comment.