mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-01-19 06:41:44 +07:00
fix: fix Regex
This commit is contained in:
parent
91e9a0a11a
commit
93a95a226b
2
.github/dotnet-format.json
vendored
2
.github/dotnet-format.json
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user