Skip to content

Commit

Permalink
Remove first pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Apr 3, 2024
1 parent 1cbac2d commit f66134a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/pyright-matcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
{
"owner": "pyright",
"pattern": [
{
"regexp": "^(\\S*\\.py)$",
"file": 1
},
{
"regexp": "^(\\s\\s\\S*\\.py):(\\d+):(\\d+)\\s-\\s(error|warning|information):([\\s\\S]+?)(?=(?:^\\s\\s\\S*\\.py:\\d+:\\d+\\s-\\s(?:error|warning|information):|\\z))",
"file": 1,
Expand Down

0 comments on commit f66134a

Please sign in to comment.