1
0
Fork 0
mirror of synced 2026-06-05 14:28:19 +00:00

Update csc.json

This commit is contained in:
Stanley Goldman 2019-12-16 12:44:41 -05:00 committed by GitHub
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", "owner": "csc",
"pattern": [ "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, "file": 1,
"line": 2, "line": 2,
"severity": 3, "severity": 3,