mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
7a3aee1539
- Add lint using local installation of the Nu HTML Validator and some jq-based filtering of false positives - Move linter configs to directory, to de-clutter the repo
8 lines
105 B
TOML
8 lines
105 B
TOML
insecure = true
|
|
method = "get"
|
|
exclude = [
|
|
"^gemini://.*",
|
|
"mailto:.*",
|
|
"git@git.*",
|
|
".*.onion.*",
|
|
]
|