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: 5 months ago
JSON representation
Vale plugin for Danger, a tool to automatically comment on pull requests
- Host: GitHub
- URL: https://github.com/MatMoore/danger-vale
- Owner: MatMoore
- License: mit
- Archived: true
- Created: 2018-07-14T13:47:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T21:54:47.000Z (about 7 years ago)
- Last Synced: 2024-08-03T14:07:27.239Z (about 1 year ago)
- Topics: danger-plugin, linter, vale
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-danger - danger-vale - Vale plugin for Danger. (Plugins / Ruby (danger))
README
# danger-vale
[](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_filesLint 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)