Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/MatMoore/danger-vale

Vale plugin for Danger, a tool to automatically comment on pull requests
https://github.com/MatMoore/danger-vale

danger-plugin linter vale

Last synced: 4 months ago
JSON representation

Vale plugin for Danger, a tool to automatically comment on pull requests

Lists

README

        

# danger-vale
[![Build Status](https://travis-ci.org/MatMoore/danger-vale.svg?branch=master)](https://travis-ci.org/MatMoore/danger-vale)

A plugin for [danger](https://danger.systems/ruby/) which checks prose commited to git repositories.

## Dependencies
You need to [install the vale command](https://github.com/errata-ai/vale) to use this plugin.

## Installation

## Usage
Follow the instructions to [set up Danger for your project](https://danger.systems/guides/getting_started.html).

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](LICENSE.txt)