Skip to content

Commit

Permalink
lychee: ignore non-http schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Oct 12, 2023
1 parent 05994b2 commit aa46b51
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ remap = [ "https://labs.leaningtech.com http://127.0.0.1:4321" ]
# Check links inside `<code>` and `<pre>` blocks
include_verbatim = true

exclude = [ '.*(twitter|github|linkedin)\.com.*', 'http://127\.0\.0\.1:(8000|8080).*', '.*rpm\.leaningtech\.com.*', '.*mydomain\.com.*', '.*microsoft\.com.*', 'file://.*' ]
exclude = [
'.*(twitter|github|linkedin)\.com.*',
'http://127\.0\.0\.1:(8000|8080).*',
'.*rpm\.leaningtech\.com.*',
'.*mydomain\.com.*',
'.*microsoft\.com.*',
'file://.*',
'chrome://.*',
'wss?://*'
]

0 comments on commit aa46b51

Please sign in to comment.