We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420686a commit 23e1394Copy full SHA for 23e1394
.github/matcher/api-tools.json
@@ -4,7 +4,7 @@
4
"owner": "api-problems",
5
"pattern": [
6
{
7
- "regexp": "^\\[API\\s(\\w+)\\].*line\\s(\\d+):\\s(.+)\\(location:\\s(.+)\\)$",
+ "regexp": "\\[API (ERROR|WARNING)\\].* at line (\\d+):\\s(.+)\\(location:\\s(.+)\\)$",
8
"severity": 1,
9
"line": 2,
10
"message": 3,
0 commit comments