Skip to content

Commit 254c86c

Browse files
committed
fix: fix Regex
1 parent 4852744 commit 254c86c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dotnet-format.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "dotnet-format",
55
"pattern": [
66
{
7-
"regexp": "^\\s*(.*)\\((\\d+),(\\d+)\\):\\s+(error|warning|info)\\s+:\\s+(.*)\\s+\\[(.+)\\]$",
7+
"regexp": "^\\s*(.*)\\((\\d+),(\\d+)\\):\\s+(error|warning)\\s+(.+):\\s+(.*)\\s+\\[(.+)\\]$",
88
"file": 1,
99
"line": 2,
1010
"column": 3,

0 commit comments

Comments
 (0)