Updating repo.
This commit is contained in:
parent
e64163b656
commit
73ec0e4433
2 changed files with 19 additions and 4 deletions
BIN
gugulet-hu.zip
BIN
gugulet-hu.zip
Binary file not shown.
23
readme.md
23
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:
|
||||
   
|
||||
|
||||
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue