Personal linting package, with customized rules and external packages as a base.
| styles | ||
| .vale.ini | ||
| gugulet-hu.zip | ||
| readme.md | ||
| skills.md | ||
Vale
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