Skip to content

Commit

Permalink
Expanding the format of detected warnings errors
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 45d3fa9 commit be484e6
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,7 +4,7 @@
"owner": "csc",
"pattern": [
{
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\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,
Expand All @@ -14,4 +14,4 @@
]
}
]
}
}

0 comments on commit be484e6

Please sign in to comment.