danger-inspect
Danger plugin for code inspections.
IntelliJ IDEA | Danger |
---|---|
Installation
$ gem install danger-inspect
Usage
Inspect
Run code inspections from the command line.
$ idea.sh inspect #{workspace} #{workspace}/inspect.xml /path/to/inspect-result_dir
$ /opt/android-studio/bin/inspect.sh #{workspace} #{workspace}/inspect.xml /path/to/inspect-result_dir
Dangerfile
Please inspect before danger step.
inspect.report 'path/to/inspect-result_dir'
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.