There was an error while loading. Please reload this page.
1 parent 0ee17ae commit 46ebbe4Copy full SHA for 46ebbe4
1 file changed
.github/problem-matchers/pospell.json
@@ -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