bentolor / idea-cli-inspector

A little command-line tool to integrate the awesome IntelliJ IDEA code inspections in your continuous integration (CI) process using Jenkins, Bamboo, et. al.
Apache License 2.0
139 stars 13 forks source link

Fix path to idea on OSX #2

Closed mbuhot closed 8 years ago

mbuhot commented 8 years ago

This gets it working on my machine, invoked with:

./ideainspect.groovy -i /Applications/IntelliJ\ IDEA.app
bentolor commented 8 years ago

Thanks for testing. Merged with https://github.com/bentolor/idea-cli-inspector/commit/4f6e9f432de6034c63d53605d3c5f6396fa53e6e

mbuhot commented 8 years ago

Thanks for creating this script! I'm hoping to use it for analysing Kotlin code in CI.

bentolor commented 8 years ago

Happy if is useful for others, too. Please let me know if you have suggestions or issues.