lychee.toml 244 B

1234567
  1. # This is the configuration file for lychee, a link validator.
  2. exclude = ['file:///', 'https://github.com/DioxusLabs/dioxus/commit']
  3. exclude_path = ['target']
  4. no_progress = false
  5. cache = true
  6. max_cache_age = "10d"
  7. accept = ["200..=204", "429"]