Skip to content

Commit

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

0 comments on commit 3e4fece

Please sign in to comment.