Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmester0 committed Apr 9, 2024
1 parent 1227c58 commit 01ec2d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/coq-errors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"problemMatcher": [
{
"owner": "coq",
"pattern": [
{
"regexp": "^File \"([^\"].*)\", line (\\d+), characters (\\d+)-(\\d+):$",
"file": 1,
"line": 2,
"column": 3
},
{
"regexp": "^(Error|Warning): (.*)$",
"severity": 1,
"message": 2
}
]
}
]
}

0 comments on commit 01ec2d4

Please sign in to comment.