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
14 lines
459 B
YAML
14 lines
459 B
YAML
---
|
|
extends: substitution
|
|
ignorecase: true
|
|
level: warning
|
|
link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/consciouslanguage/
|
|
message: "Use %s rather than '%s'."
|
|
action:
|
|
name: replace
|
|
swap:
|
|
blacklist: blocklist
|
|
master(?! broker): primary|source|initiator|requester|controller|host|director|supplier
|
|
slave(?! broker): secondary|replica|responder|device|worker|proxy|performer|consumer|child
|
|
whitelist: allowlist
|