Skip to content

Commit

Permalink
Update csc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Goldman authored and GitHub committed Dec 16, 2019
1 parent 6b27526 commit 3340218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/csc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"owner": "csc",
"pattern": [
{
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
"regexp": "^([^\s].*)\((\d+)(?:,\d+|,\d+,\d+)?\):\s+(error|warning)\s+([a-zA-Z]+(?<!MSB)\d+):\s*(.*?)\s+\[(.*?)\]$",
"file": 1,
"location": 2,
"line": 2,
"severity": 3,
"code": 4,
"message": 5,
Expand Down

0 comments on commit 3340218

Please sign in to comment.