MatMoore / danger-vale

Vale plugin for Danger, a tool to automatically comment on pull requests
MIT License
1 stars 0 forks source link
danger-plugin linter vale

danger-vale

Build Status

A plugin for danger which checks prose commited to git repositories.

Dependencies

You need to install the vale command to use this plugin.

Installation

Usage

Follow the instructions to set up Danger for your project.

Then call vale.lint_files in your Dangerfile:

Lint all added and modified markdown files
vale.lint_files
Lint specific files (non-markdown files will be ignored)
vale.lint_files ["README.md"]

Danger will add inline comments to the lines that generate vale warnings or errors.

License

See LICENSE.txt