Skip to content

Commit e770875

Browse files
committed
Change * to + for line numbers
1 parent 1844166 commit e770875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_matcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "sphinx-problem-matcher",
55
"pattern": [
66
{
7-
"regexp": "^(.*):(\\d*):\\s+(\\w*):\\s+(.*)$",
7+
"regexp": "^(.*):(\\d+):\\s+(\\w*):\\s+(.*)$",
88
"file": 1,
99
"line": 2,
1010
"severity": 3,

0 commit comments

Comments
 (0)