setup-hugo/.forgejo/linters/.yaml-lint.yml
Peter Kurfer 540dc8cb6b
Some checks failed
Check Transpiled JavaScript / Check dist/ (push) Successful in 35s
Continuous Integration / TypeScript Tests (push) Failing after 24s
Continuous Integration / GitHub Actions Test (push) Failing after 7s
chore: setup husky
2024-05-03 15:00:45 +02:00

10 lines
215 B
YAML

rules:
document-end: disable
document-start:
level: warning
present: false
line-length:
level: warning
max: 80
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true