Google
Google copied to clipboard
A Vale-compatible implementation of the Google Developer Documentation Style Guide.
NOTE: This project is neither maintained nor endorsed by Google.
This repository contains a Vale-compatible implementation of the Google Developer Documentation Style Guide (CC BY 4.0).
Getting Started
To get started, add the package to your configuration file (as shown below) and then run vale sync.
StylesPath = styles
MinAlertLevel = suggestion
Packages = Google
[*]
BasedOnStyles = Vale, Google
See Packages for more information.
Repository Structure
/Google- The YAML-based rule implementations that make up our style.
/fixtures- The individual unit tests. Each directory should be named after a rule found in
/Googleand include its own.vale.inifile that isolates its target rule. /features- The Cucumber Step Definitions we use to test our fixtures. Essentially, we use the aruba framework to test Vale's output after running it on each of our fixture directories.