Skip to content

Commit

Permalink
Create lychee.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed May 21, 2024
1 parent b63ad0d commit 4ec6291
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
############################# Cache ###############################

# Enable link caching to avoid checking the same links on multiple runs.
cache = true

############################# Requests ############################

# When links are available using HTTPS, treat HTTP links as errors.
require_https = true

############################# Exclusions ##########################

# Exclude version comparison link.
exclude = ['https:\/\/github\.com\/.+\/.+\/compare\/v.+\.\.\.v.+']

0 comments on commit 4ec6291

Please sign in to comment.