Skip to content

Commit

Permalink
Adding fromPath to csc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Goldman authored and Stanley Goldman committed Dec 16, 2019
1 parent be484e6 commit 6b27526
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/csc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"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+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
"file": 1,
"location": 2,
"severity": 3,
"code": 4,
"message": 5
"message": 5,
"fromPath": 6
}
]
}
Expand Down

0 comments on commit 6b27526

Please sign in to comment.