Style enforcement in line with Semgrep technical writing handbook.
🔥 Caution 🔥 This style repository is a work-in-progress.
Prerequisite:
- Existing
vale.sh
installation.
- Use the following configuration in your vale.ini file:
StylesPath = styles MinAlertLevel = error Packages = Google Vocab = Tech [formats] mdx = md [*] BasedOnStyles = Vale, GoogleSemgrep # Google.WordList = NO
- Pull this repository into a
styles
folder. This folder can be created in your home directory (~/styles). - Run
vale
by invoking it on an existing document:vale semgrep-docs/docs/somedoc.md
- (Optional) Run
vale
as a linter in your preferred environment.