mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-01-19 14:51:43 +07:00
feat: add problem matcher file for dotnet-format
This commit is contained in:
parent
87b7050bc5
commit
0dbcf760bf
19
.github/dotnet-format.json
vendored
Normal file
19
.github/dotnet-format.json
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "dotnet-format",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^\\s*(.*)\\((\\d+),(\\d+)\\):\\s+(error|warning|info)\\s+:\\s+(.*)\\s+\\[(.+)\\]$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"column": 3,
|
||||
"severity": 4,
|
||||
"code": 5,
|
||||
"message": 6,
|
||||
"fromPath": 7
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user