Skip to content

Commit 4c6790d

Browse files
authored
Add pattern for no severity
1 parent e770875 commit 4c6790d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

sphinx_matcher.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@
2323
"message": 3
2424
}
2525
]
26+
},
27+
{
28+
"owner": "sphinx-problem-matcher-loose-no-severity",
29+
"pattern": [
30+
{
31+
"_comment": "Looks for file names ending with .rst and line numbers but without severity",
32+
"regexp": "^(.*\\.rst):(\\d+):(.*)$",
33+
"file": 1,
34+
"line": 2,
35+
"message": 3
36+
}
37+
]
2638
}
2739
]
28-
}
40+
}

0 commit comments

Comments
 (0)