Skip to content

Commit be484e6

Browse files
Expanding the format of detected warnings errors
1 parent 45d3fa9 commit be484e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/csc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "csc",
55
"pattern": [
66
{
7-
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\d+)\\s*:\\s*(.*)$",
7+
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(\\w+\\d+)\\s*:\\s*(.*)$",
88
"file": 1,
99
"location": 2,
1010
"severity": 3,
@@ -14,4 +14,4 @@
1414
]
1515
}
1616
]
17-
}
17+
}

0 commit comments

Comments
 (0)