danger-local_rules
A description of danger-local_rules.
Installation
$ gem install danger-local_rules
Usage
$ local_rules.check
Development
- Clone this repo
- Run
bundle installto setup dependencies. - Run
bundle exec rake specto run the tests. - Use
bundle exec guardto automatically have tests run as you make changes. - Make your changes.