SonarQube is the open source platform, to continuously inspect code quality of applications.
I was using Sonar to make my code cleaner, and it pointed out that I'm using new Integer(1) instead of …
java sonarqubeWe in our organization are trying to implement a source code quality management tool. SonarQube is one such tool that …
sonarqubeI've got a project I'm working on and some of the files violate some of the rules, but in ways …
sonarqubeI want to disable a rule from Sonar so it doesn't show the results in the web page. In my …
configuration sonarqubeWe have an Android/Blackberry project with a common part. That part, obviously, is written to compile to both Android …
java sonarqubeI am setting up Sonar for one of my projects which is a mix of Groovy and Java. I am …
java groovy sonarqube sonar-runnerWe have a Jenkins job that contains a bunch of javascript files. We build our project via grunt, and at …
javascript jenkins sonarqube jscoverageI am wondering which sonar-maven-plugin in which version I should use. As far as I know there is a org.…
maven-plugin sonarqubeI have many(Let say 10 (A, B, C...)) eclipse plugin which is maven based. I have one master pom file …
java eclipse maven eclipse-plugin sonarqubeI've recently installed SonarQube 5.0.1, but I can't find where to mark issues as false-positive. In the drop-down box where this …
sonarqube