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
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
scanner analyze the code based on the rules for the respective programming language
Comments
Post a Comment