We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e7c5b commit 6c3425bCopy full SHA for 6c3425b
.github/python.json
@@ -6,7 +6,8 @@
6
{
7
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
8
"file": 1,
9
- "line": 2
+ "line": 2,
10
+ "message": 3
11
}
12
]
13
0 commit comments