Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cleaner regex
  • Loading branch information
Bryan MacFarlane committed Mar 30, 2020
1 parent 0a62a73 commit 89c89c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchers.json
Expand Up @@ -4,7 +4,7 @@
"owner": "go",
"pattern": [
{
"regexp": "((?:\\.{0,2}\\/|\\.{0,2}\\\\)(?:.+\\.go)):(?:(\\d+):(\\d+):)? (.*)",
"regexp": "(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,
Expand Down

0 comments on commit 89c89c5

Please sign in to comment.