Skip to content

Commit

Permalink
Create jekyll.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7pt0gr4ph7 authored Nov 1, 2024
1 parent 5a296a9 commit 31e8e48
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/jekyll.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"problemMatchers": [
{
"name": "jekyll-warning",
"owner": "jekyll",
"severity": "warning",
"fileLocation": "relative",
"pattern": {
"regexp": "^\\s*Liquid Warning: Liquid (?:syntax )?error \\(line (\\d+)\\): (.+) in (.+)$",
"line": 1,
"message": 2,
"file": 3
}
},
{
"name": "jekyll-error",
"owner": "jekyll",
"severity": "error",
"fileLocation": "relative",
"pattern": {
"regexp": "^\\s*Liquid Exception: Liquid (?:syntax )?error \\(line (\\d+)\\): (.+) in (.+)$",
"line": 1,
"message": 2,
"file": 3
}
}
]
}

0 comments on commit 31e8e48

Please sign in to comment.