Skip to content

s-santillan/vale-styles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vale-styles

Style enforcement in line with Semgrep technical writing handbook.

🔥 Caution 🔥 This style repository is a work-in-progress.


Prerequisite:

  • Existing vale.sh installation.

How to use

  1. 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
    
  2. Pull this repository into a styles folder. This folder can be created in your home directory (~/styles).
  3. Run vale by invoking it on an existing document: vale semgrep-docs/docs/somedoc.md
  4. (Optional) Run vale as a linter in your preferred environment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published