Update csc.json

We changed the console logger's output to separate the outputted properties and the file path with a ">" symbol.
This commit is contained in:
Lauren Prinn 2020-06-09 19:11:02 -04:00 committed by GitHub
parent 9121302136
commit e987c38e7c
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", "owner": "csc",
"pattern": [ "pattern": [
{ {
"regexp": "^([^\\s].*)\\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[([^\\s]+)[\\s\\W\\dA-z].*\\]$", "regexp": "^([^\\s].*)\\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[([^>]+).*\\]$",
"file": 1, "file": 1,
"line": 2, "line": 2,
"severity": 3, "severity": 3,