mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-11-06 21:37:33 +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
10 lines
311 B
YAML
10 lines
311 B
YAML
---
|
|
extends: existence
|
|
level: error
|
|
link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/abbreviations/
|
|
message: "Do not use periods in all-uppercase abbreviations such as '%s'."
|
|
nonword: true
|
|
# source: "IBM - Periods with abbreviations, p. 5"
|
|
tokens:
|
|
- '\b(?:[A-Z]\.){3,5}'
|