Update csc.json

This commit is contained in:
Stanley Goldman 2019-12-16 12:43:46 -05:00 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
View File

@ -4,9 +4,9 @@
"owner": "csc", "owner": "csc",
"pattern": [ "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, "file": 1,
"location": 2, "line": 2,
"severity": 3, "severity": 3,
"code": 4, "code": 4,
"message": 5, "message": 5,