Skip to content

Commit 6e3973e

Browse files
author
Danny McCormick
authored
Little more complex
1 parent 05cb373 commit 6e3973e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/python.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"owner": "python",
55
"pattern": [
66
{
7-
"regexp": "^\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
8-
"severity": 1,
9-
"message": 2
7+
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
8+
"file": 1,
9+
"line": 2,
10+
"severity": 4,
11+
"message": 5
1012
}
1113
]
1214
}

0 commit comments

Comments
 (0)