fix: fix Regex

This commit is contained in:
Nogic 2025-01-13 21:00:38 +09:00
parent 91e9a0a11a
commit 93a95a226b

View File

@ -4,7 +4,7 @@
"owner": "dotnet-format",
"pattern": [
{
"regexp": "^\\s*(.*)\\((\\d+),(\\d+)\\):\\s+(error|warning|info)\\s+:\\s+(.*)\\s+\\[(.+)\\]$",
"regexp": "^\\s*(.*)\\((\\d+),(\\d+)\\):\\s+(error|warning)\\s+(.+):\\s+(.*)\\s+\\[(.+)\\]$",
"file": 1,
"line": 2,
"column": 3,