Sha256: a3b7fc6f1004094ed2010d03409eafa62db13448a7e7b9a960d0cd67188ff2f4
Contents?: true
Size: 903 Bytes
Versions: 1
Compression:
Stored size: 903 Bytes
Contents
[](https://rubygems.org/gems/danger-lgtm) [](https://rubygems.org/gems/danger-lgtm) [](https://travis-ci.org/leonhartX/danger-lgtm) # danger-lgtm Make danger say LGTM. ## Installation $ gem install danger-lgtm ## Usage Add the lgtm call to the last line of your Dangerfile, it will post a random lgtm picture from [lgtm.in](https://lgtm.in) lgtm.check_lgtm Also you can specify a image url to post with `image_url` lgtm.check_lgtm image_url: 'https://yourimage' ## 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-lgtm-0.1.1 | README.md |