Update csc.json

Console logger output was changed, so updated the regular expression to match the new output.
This commit is contained in:
Lauren Prinn 2020-06-09 17:05:48 -04:00 committed by GitHub
parent 6efb2bd78f
commit d1c07a76e8
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+\[([^\s]+)[\s\W\dA-z].*\]$",
"file": 1,
"line": 2,
"severity": 3,