Personal linting package, with customized rules and external packages as a base.
Find a file
2026-04-09 10:13:57 +02:00
styles Re-enable spelling checks. 2026-04-08 15:32:22 +02:00
.vale.ini Updatuing the package .ini to include the base styles. 2026-04-08 13:41:50 +02:00
gugulet-hu.zip Updating repo. 2026-04-09 10:13:57 +02:00
readme.md Updating repo. 2026-04-09 10:13:57 +02:00
skills.md Updating the package. 2026-04-08 12:48:19 +02:00

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