Expanding the format of detected warnings errors

This commit is contained in:
Stanley Goldman
2019-12-16 09:30:46 -05:00
committed by GitHub
parent 45d3fa9f89
commit be484e6cb4

4
.github/csc.json vendored
View File

@ -4,7 +4,7 @@
"owner": "csc",
"pattern": [
{
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\d+)\\s*:\\s*(.*)$",
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+)\\s*:\\s*(.*)$",
"file": 1,
"location": 2,
"severity": 3,
@ -14,4 +14,4 @@
]
}
]
}
}