Skip to content

Commit

Permalink
Merge branch 'master' into releases/v0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Sep 5, 2019
2 parents c77e145 + b6907f4 commit fc6baab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/perl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"problemMatcher": [
{
"owner": "perl",
"pattern": [
{
"regexp": "^([^:]*: )?((.:)?[^:]*):(\\d+)(:(\\d+))?: (.*)$",
"file": 2,
"line": 4,
"column": 6,
"message": 7
}
]
}
]
}

0 comments on commit fc6baab

Please sign in to comment.