Skip to content

Commit

Permalink
Add sensible excluded URL-s to lychee.example.toml (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Aug 20, 2023
1 parent 07466c0 commit 31a7116
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lychee.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ include_verbatim = false
glob_ignore_case = false

# Exclude URLs and mail addresses from checking (supports regex).
exclude = [ '.*github\.com.*' ]
exclude = [
'^https://www\.linkedin\.com',
'^https://web\.archive\.org/web/',
]

# Exclude these filesystem paths from getting checked.
exclude_path = ["file/path/to/Ignore", "./other/file/path/to/Ignore"]
Expand Down

0 comments on commit 31a7116

Please sign in to comment.