I have sonar lint eclipse plugin installed on my eclipse. The plugin is working perfectly, however I need to run the sonar checks not only on a single file, but on the whole project.
I did my research and I learned that the CLI interface of sonar can achieve such thing and can even generate some HTML report, however for one reason or the other the documentation is not so obvious about it.
Any help or even a direction is very much appreciated.