Update csc.json

pull/63/head
Stanley Goldman 6 years ago committed by GitHub
parent 6b27526581
commit 334021833c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.github/csc.json vendored

@ -4,9 +4,9 @@
"owner": "csc",
"pattern": [
{
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
"regexp": "^([^\s].*)\((\d+)(?:,\d+|,\d+,\d+)?\):\s+(error|warning)\s+([a-zA-Z]+(?<!MSB)\d+):\s*(.*?)\s+\[(.*?)\]$",
"file": 1,
"location": 2,
"line": 2,
"severity": 3,
"code": 4,
"message": 5,

Loading…
Cancel
Save