Sha256: 77af8a83f9037c0b8d563c0d3deaa085e956c993fe0e1265e34376e94657a74f

Contents?: true

Size: 414 Bytes

Versions: 2

Compression:

Stored size: 414 Bytes

Contents

# danger-yamlint

A no-dependency Danger plugin to lint yaml files.

## Installation

    $ gem install danger-yamlint

## Usage
Add this line to your Dangerfile

    yamlint.lint

## Development

1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
danger-yamlint-0.1.0 README.md
danger-yamlint-0.0.1 README.md