Skip to content

Commit a5293a5

Browse files
committed
Add problem matcher for inline comments
1 parent 4671085 commit a5293a5

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)