danger-yamlint
A no-dependency Danger plugin to lint yaml files and fixtures.
Installation
$ gem install danger-yamlint
Usage
Add this line to your Dangerfile
yamlint.lint
Development
- Clone this repo
- Run
bundle install
to setup dependencies. - Run
bundle exec rake spec
to run the tests. - Use
bundle exec guard
to automatically have tests run as you make changes. - Make your changes.