Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmester0 committed Oct 4, 2024
1 parent 1885966 commit 20faeb3
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 20faeb3

Please sign in to comment.