Fix my missing quote

This commit is contained in:
Chris Patterson 2019-10-10 15:05:42 -04:00 committed by GitHub
parent b90f08a647
commit 893aeb5420
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+\\>)?([^\\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, "file": 1,
"location": 2, "location": 2,
"severity": 3, "severity": 3,