mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-04 07:15:23 +00:00
* Enable vale in CI * Add vale config * Tweak vale * Update config * Update .gitignore * Switch back * Rename CI * Add badges * Tidy up CI * Change image * Configure vale * Delint * Update README
13 lines
230 B
INI
13 lines
230 B
INI
StylesPath = .github/styles
|
|
|
|
MinAlertLevel = error
|
|
|
|
Packages = Google, proselint, write-good, Readability
|
|
Vocab = letterpress
|
|
|
|
[asciidoctor]
|
|
experimental = YES
|
|
|
|
[*]
|
|
BasedOnStyles = Vale, Google, proselint, write-good, Readability
|