Sha256: 37a2349e0ee596a96578c32e2bac319414662481afc6075a749f08db7066a368

Contents?: true

Size: 647 Bytes

Versions: 1

Compression:

Stored size: 647 Bytes

Contents

# danger-readme_docs

Danger plugin to validate sub README mention in main README file

## Installation

    $ gem install danger-spec_postfix

## Usage

    Add this to your Dangerfile:

    spec_postfix.lint

    You can also pass `exceptions` param in order to skip irrelevant files or directories:

    spec_postfix.lint(exceptions: ['rails_helper.rb', 'rails_helper.rb', 'spec/factories/', 'spec/support/'])

## 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

1 entries across 1 versions & 1 rubygems

Version Path
danger-spec_postfix-0.0.4 README.md