Merge 4fc9880d3bdd3468369272a0ecd11ba657ebae0a into 8336fd394bbdff6841cb5f8c6d06de35b97ece85

This commit is contained in:
Lauren Prinn 2020-10-13 18:52:22 +11:00 committed by GitHub
commit 7b41746d9b
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+\\[(.*?)(:{2}|\\]).*$",
"file": 1,
"line": 2,
"severity": 3,