diff --git a/.github/dotnet-format.json b/.github/dotnet-format.json index 673d086..c080eda 100644 --- a/.github/dotnet-format.json +++ b/.github/dotnet-format.json @@ -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,