SonarQube in the news
Welcome to the roundup of blog posts and pages that mentioned Sonar last month...
Integrate SonarQube into a DevOps environment
By Takehiko Amano (IBM), 27 August 2013
Learn how to integrate a static code analysis tool using the IBM SmartCloud Continuous Delivery Solution. This article also shows how to integrate SonarQube into a DevOps environment to obtain the feedback from the static analysis tool. Code quality is improved and your project is managed better.
Installing SonarQube with Jenkins integration for a PHP project
By Carl Vuorinen, 8 July 2013
In this second part of my Continous Integration setup I will detail the steps required to install SonarQube (previously called just Sonar, renamed to SonarQube with 3.6 release just a few days ago) and integrate it with the Jenkins server from the previous post so SonarQube will run a daily analysis of our PHP project
Développer ses propres règles PMD pour Sonar
By François MARLIAC, 30 May 2013
PMD est intégré à Sonar avec un ensemble de règles prédéfinies. Il est cependant possible d’écrire soi-même des règles de détection puis de packager ces nouvelles règles sous la forme d’un plugin pour Sonar. C’est ce que nous allons faire dans cet article.