Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.29 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.29 KB

OpenStack

A Vale linter style that replicates the OpenStack style guide.

Not complete, and WIP, contributions welcome.😁

Build Status Vale version license

This repository contains a Vale-compatible implementation of the guidelines enforced by OpenStack style guide.

Getting Started

❗ Requires Vale >= 1.7.0. ❗

Download the latest release, copy the "OpenStack" directory to your StylesPath, and include it in your configuration file:

# This goes in a file named either `.vale.ini` or `_vale.ini`.
StylesPath = path/to/some/directory
MinAlertLevel = warning # suggestion, warning or error

# Only Markdown and .txt files; change to whatever you're using.
[*.{md,txt}]
# List of styles to load.
BasedOnStyles = OpenStack

See Usage for more information.