docs: ignore development.md and contributing.md from lychee

and update 2 other nix references

Signed-off-by: strawberry <strawberry@puppygock.gay>
Signed-off-by: morguldir <morguldir@protonmail.com>
This commit is contained in:
strawberry 2024-09-08 10:24:38 -04:00 committed by morguldir
parent 3e0d404fb4
commit c47337f3db
No known key found for this signature in database
GPG key ID: 5A6025D4F6E7A8A3
4 changed files with 6 additions and 5 deletions

View file

@ -152,7 +152,7 @@ cargo clippy \
[[task]]
name = "lychee"
group = "lints"
script = "lychee --verbose --offline docs *.md --exclude development.md"
script = "lychee --verbose --offline docs *.md --exclude development.md --exclude contributing.md --exclude testing.md"
[[task]]
name = "markdownlint"