Update csc.json

This commit is contained in:
Stanley Goldman 2019-12-16 12:44:41 -05:00 committed by GitHub
parent d9fc1a3671
commit 6f7ce4eb35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/csc.json vendored
View File

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