danger-inspect
Danger plugin for code inspections.
| IntelliJ IDEA | Danger |
|---|---|
![]() |
![]() |
Installation
$ gem install danger-inspectUsage
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_dirDangerfile
Please inspect before danger step.
inspect.report 'path/to/inspect-result_dir'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.

