May 2, 2013
Installing sonar source on Mac OSX
Update 30 June 2015
Part 2 is here with further instructions
–
Sonar Source is a an open source, browser based tool to manage code quality. You download and install it, setup some language specific plugins then let it loose on your codebase.
It basically reports on data generated by doing a static analysis of your code on things like:
Duplicate code Comment coverage Coding rules Unit tests Code complexity etc Installing it on a Mac is relatively painless, but there are quite a few steps to follow.
...
Read more