mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2025-02-17 12:20:06 +00:00
![Rohan Kumar](/assets/img/avatar_default.png)
- 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.*",
|
|
]
|