Posts

Showing posts from March, 2018

SonarQube Tutorial

SonarQube Documentation Table of Contents SonarQube Documentation SonarQube Vs SonarLint Vs SonarScanner Installing SonarQube locally with docker Integrating SonarQube Scanner with Gradle Project SonarQube plugin for Groovy Jacoco Test Coverage with sonar Using Sonar in Production ready environment Unrecognized files Analyzing with SonarQube Scanner for Jenkins Customize Server Settings (TODO) Adding SonarQube rules in java (TODO) Adding Custom Rules Exclude Specific source files from analysis SonarQube Documentation SonarQube® software (previously called Sonar) is an open source quality management platform, dedicated to continuously analyze and measure technical quality, from project portfolio to method. SonarQube Vs SonarLint Vs SonarScanner SonarQube is a central server that processes full analyses (triggered by the various SonarQube Scanners). Its purpose is to give a 360° vision of the quality of your code base. For this, it analyz