Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Feb 9, 2020
1 parent da0f013 commit e08fd32
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dist/dotnet-format-problem-matcher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"problemMatcher": [
{
"owner": "dotnet-format",
"pattern": [
{
"regexp": "^\\s+(.*)\\((\\d+),(\\d+)\\):\\s+(.*)$",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}
Loading

0 comments on commit e08fd32

Please sign in to comment.