Skip to content

Commit

Permalink
Merge pull request #15 from bgravenorst/ignoreListUpdate
Browse files Browse the repository at this point in the history
Add ignore links.
  • Loading branch information
bgravenorst authored Sep 10, 2024
2 parents dbfef21 + a7439bc commit 2baef48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions linkcheck/config/link-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
{
"comment": "Docusaurus-format links",
"pattern": "\\[.*?\\]\\([^)]+\\)"
},
{
"comment": "Ignore specific GitHub commit link",
"pattern": "^http(s)?://github.com/Consensys/linea-contracts-audit/commit/99039ebc8d6cb3009cf46286d5de4c484e03bc81"
},
{
"comment": "Ignore specific HackQuest link",
"pattern": "^http(s)?://www.hackquest.io/en/hackathon/Linea-Dev-Cook-Off"
}
],
"httpHeaders": [
Expand Down

0 comments on commit 2baef48

Please sign in to comment.