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

Update csc.json

This commit is contained in:
Tingluo Huang 2019-10-10 17:27:21 -04:00 committed by GitHub
commit 5689bbdcd0
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+\>)?([^\s].*)\((\d+|\d+,\d+|\d+,\d+,\d+,\d+)\)\s*:\s+(error|warning|info)\s+(\w{1,2}\d+)\s*:\s*(.*)(\[(.+)\/([^\/]+)\])$",
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)(\\[(.+)\\/([^\\/]+)\\])$",
"file": 1,
"location": 2,
"severity": 3,