Skip to content

Commit

Permalink
Revert "Fixed matcher regex"
Browse files Browse the repository at this point in the history
This reverts commit c61e78b.
  • Loading branch information
Chris Patterson committed Oct 10, 2019
1 parent c61e78b commit d9c317d
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
@@ -1,10 +1,10 @@
{
"problemMatcher": [
{
"owner": "msCompile",
"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+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\d+)\\s*:\\s*(.*)$",
"file": 1,
"location": 2,
"severity": 3,
Expand Down

0 comments on commit d9c317d

Please sign in to comment.