diff --git a/gugulet-hu.zip b/gugulet-hu.zip index dc8c18e..81816c3 100644 Binary files a/gugulet-hu.zip and b/gugulet-hu.zip differ diff --git a/readme.md b/readme.md index f9ea37f..52f6c79 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,26 @@ # Vale -My Vale package for customized linting rules. The style can be added as a package by make the `.vale.ini` in the root of the project: +![Vale](https://img.shields.io/badge/Vale-45A1FC?style=flat&logo=LanguageTool&logoColor=white) ![Markdown](https://img.shields.io/badge/Markdown-000000?style=flat&logo=Markdown&logoColor=white) ![Shell](https://img.shields.io/badge/zsh-F15A24?style=flat&logo=zsh&logoColor=white) ![YAML](https://img.shields.io/badge/YAML-CB171E?style=flat&logo=YAML&logoColor=white) + +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: ```toml -MinAlertLevel = suggestion -Packages = https://git.gugulet.hu/g_it/vale/raw/branch/main/gugulet-hu.zip +StylesPath = styles +Packages = Google, Readability, write-good, proselint -[*.md] +[*.{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: + +```toml +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 ```