Fix regex pattern in csc.json

This commit is contained in:
Jakob Guddas 2025-12-17 10:52:28 +01:00 committed by GitHub
parent 2016bd2012
commit 6040f99f8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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": "^(.*)\\((\\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,