vale/readme.md
2026-04-09 10:13:57 +02:00

1 KiB

Vale

Vale Markdown Shell YAML

My personal Vale package for customized linting rules. External styles can be added as a package to the .vale.ini in the root of the project:

StylesPath = styles
Packages = Google, Readability, write-good, proselint

[*.{adoc,html,md}]
BasedOnStyles = Google, Readability, write-good, proselint
gugulet-hu = YES

The repo contents are auto-zipped on every commit to create the package zip. Use the package with this ini config in a project:

StylesPath = .vale
MinAlertLevel = warning
Packages = https://gugulet.hu/technical/git/g_it/vale/raw/branch/main/gugulet-hu.zip

[*.{adoc,html,md}]
BasedOnStyles = Google, Readability, write-good, proselint
gugulet-hu = YES