Skip to content

Commit

Permalink
fix exclude pattern in example (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
woolfg authored Jul 13, 2023
1 parent 2231ccc commit 8f4907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ include_verbatim = false
glob_ignore_case = false

# Exclude URLs and mail addresses from checking (supports regex).
exclude = [ '.*\.github.com\.*' ]
exclude = [ '.*github\.com.*' ]

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

0 comments on commit 8f4907c

Please sign in to comment.