danger-rails_best_practices
A Danger plugin for rails_best_practices.
Installation
$ gem install danger-rails_best_practices
Usage
rails_best_practices
Lints Ruby files via rails_best_practices. Results are sent as inline comments.
Running rails_best_practices# Runs rails_best_practices on modified and added files in the PR rails_best_practices.lint
Methods
lint
- Runs Ruby files through rails_best_practices.
Development
- Clone this repo
- Run
bundle install
to setup dependencies. - Run
bundle exec rake spec
to run the tests. - Use
bundle exec guard
to automatically have tests run as you make changes. - Make your changes.