Sha256: 858924f46be1a92d35a5975a07b226420018726ca907c0d917665ea2fc0dfab2

Contents?: true

Size: 796 Bytes

Versions: 3

Compression:

Stored size: 796 Bytes

Contents

# Danger ad_licenselint

A [Danger Ruby](https://github.com/danger/danger) plugin for [ad_licenselint](https://github.com/faberNovel/ad_licenselint/)

## Installation

```
gem install danger-ad_licenselint
```

## Usage

The easiest way to use is just add this line to your Dangerfile:

```ruby
ad_licenselint.lint_licenses
```

By default, `danger-ad_licenselint` will add a comment to your PR for pods that are modified (added or updated).

If you want to post inline comments for modified pods, run

```ruby
ad_licenselint.lint_licenses inline_mode: true
```

## 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-ad_licenselint-1.5.0 README.md
danger-ad_licenselint-1.0.1 README.md
danger-ad_licenselint-1.0.0 README.md