From 254c86ce7a8f7b0e61e485c9cc4b03de6b2c7485 Mon Sep 17 00:00:00 2001 From: Nogic <24802730+nogic1008@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:00:38 +0900 Subject: [PATCH] fix: fix Regex --- .github/dotnet-format.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,