Skip to content

Commit

Permalink
Remove exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino committed Dec 18, 2024
1 parent cc35bdf commit 98b9c08
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .config/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# See the github actions workflows to see the inputs
# https://github.com/lycheeverse/lychee/blob/2109470dc380eaf66944b6bcfa86230e0a58e58f/lychee-bin/src/options.rs#L152

verbose = "trace"
no_progress = false
verbose = "debug"
no_progress = true
exclude_path = ["./node_modules", "./docs/node_modules", "./documentation", "./target"]
exclude = [
"open-rpc.org",
"github.com",
"twitter.com",
# "open-rpc.org",
"github.com/chainsafe/forest",
# "twitter.com",
# Requires CAPTCHA verification
"faucet.calibnet.chainsafe-fil.io/funds.html"
]
timeout = 60
timeout = 30
max_retries = 6
retry_wait_time = 10

Expand Down

0 comments on commit 98b9c08

Please sign in to comment.