Sha256: 0f177430b3ed4412493c63b016b2266060a1e72898c7eb1f9b1cd26a6b0de057

Contents?: true

Size: 758 Bytes

Versions: 3

Compression:

Stored size: 758 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

## Configuration

    By default some of files and folders are out of scope. You can configure your own custom list of exceptions.

    #config/initializers/danger/danger_spec_postfix.rb

    Danger::DangerSpecPostfix.configure do |config|
      config.exceptions = ['rails_helper.rb', 'rails_helper.rb']
    end

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

3 entries across 3 versions & 1 rubygems

Version Path
danger-spec_postfix-0.0.3 README.md
danger-spec_postfix-0.0.2 README.md
danger-spec_postfix-0.0.1 README.md