Skip to content

Commit

Permalink
Add ignore links.
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst committed Sep 10, 2024
1 parent dbfef21 commit a7439bc
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 a7439bc

Please sign in to comment.