Explain SonarQube rules

 Explain SonarQube rules ? 

SonarQube is a platform designed to inspect the code...continuously. 

SonarQube is also called as continuous code inspection tool

run the scanner 
generate the reports
store the reports
display the reports 


By default, SonarQube has a set of rules for respective programming language
scanner analyze the code based on the rules for the respective programming language


Comments

Popular posts from this blog

Top 10 Git Commands

Kubernetes cluster setup NOTES step by step using minikube

SonarQube Installation & Configuration Step by step