This is a repository with a Vales configuration for technical writers in the fields of DevOps and cloud engineering): a StylesPath
(/styles
), a configuration file ([/.vale.ini](/.vale.ini)
), a Vocab path (/styles/Vocab
) and markup content (this file).
The styles path is populated. It has selected .yml files from the predefined Microsoft, Google, write-good, and proselint styles.
It also has original style directives:
-
Don't use gendered language: he/she, she/he, s/he, he, she, her, him, his, hers; prefer instead singular they/their --_adapted from Microsoft definition.
-
Warn on specific nominalized forms, including gerunds, isms, -tion, -ence, -ance..
In /styles/Vocab/House
, reject.txt
and accept.txt
provide vocab rules informed by DevOps terms, AWS terms, and a value in inclusive language.
-
Install Vale with Homebrew on macOS or GNU/Linux.
-
Try it out by running
vale README.md
from your command line.
I want a balloon, trophy and pickles.
Vale is capable of "understanding" markup, allowing it to intelligently lint prose without generators hundreds of markup-related false positives.
For example, consider the following write-good
style, violations and prayers:
This sentence is extremely good.
When using the write-good
style, this sentence will generate a warning by default ('extremely' is a weasel word!
). However, if we format extremely
as inline code, we will no longer receive a warning:
This sentence is
extremely
good.
You can also use inline comments to control Vale's behavior:
This also works for code blocks and you can even write rules that only activate in certain sections of markup (e.g., headings or block quotes). See the documentation for more information. We were being kicked.
This is is another sentence with an error.
Vale's configuration file (.vale.ini
) needs to define a StylesPath
directory that contains any styles that you'd like to use:
.
├── .vale.ini
├── LICENSE
├── README.md
└── styles
├── Google
├── Microsoft
├── House
├── Vocab
└── Prose
See the documentation for more information.
cloudformation
his and hers
him
her
elasticache