Skip to content

Commit

Permalink
Update matcher to make column optional
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Sep 13, 2023
1 parent a6cb754 commit f6b8abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"owner": "go",
"pattern": [
{
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(?:(\\d+):)?)? (.*)",
"file": 1,
"line": 2,
"column": 3,
Expand Down

0 comments on commit f6b8abf

Please sign in to comment.