Sha256: 3c5536e7be7543e2aec13aad50215db29b174a665a55833eb52f585cce535730
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 KB
Contents
# danger-reek [](https://travis-ci.com/blooper05/danger-reek) [](https://dependabot.com) [](https://codeclimate.com/github/blooper05/danger-reek) [](https://codeclimate.com/github/blooper05/danger-reek) [](https://rubygems.org/gems/danger-reek) [](https://github.com/blooper05/danger-reek/blob/master/LICENSE) A [Danger](https://rubygems.org/gems/danger) plugin for [Reek](https://rubygems.org/gems/reek). ## Installation $ gem install danger-reek ## Usage ### reek Lints Ruby files via [Reek](https://rubygems.org/gems/reek). Results are sent as inline comments. <blockquote>Running Reek <pre> # Runs Reek on modified and added files in the PR reek.lint</pre> </blockquote> #### Methods `lint` - Runs Ruby files through Reek. ## 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-reek-0.2.1 | README.md |
danger-reek-0.2.0 | README.md |