Update csc.json

This commit is contained in:
Tingluo Huang 2019-10-10 17:25:06 -04:00 committed by GitHub
parent 893aeb5420
commit 39bfcfef74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.github/csc.json vendored
View File

@ -4,12 +4,13 @@
"owner": "csc",
"pattern": [
{
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$",
"regexp": "^(?:\s+\d+\>)?([^\s].*)\((\d+|\d+,\d+|\d+,\d+,\d+,\d+)\)\s*:\s+(error|warning|info)\s+(\w{1,2}\d+)\s*:\s*(.*)(\[(.+)\/([^\/]+)\])$",
"file": 1,
"location": 2,
"severity": 3,
"code": 4,
"message": 5
"message": 5,
"fromPath": 7
}
]
}