What is SonarQube?
SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs, code smells, and security vulnerabilities on 20+ programming languages. SonarQube offers reports on duplicated code, coding standards, unit tests, code coverage, code complexity, comments, bugs, and security vulnerabilities.SonarQube can record metrics history and provides evolution graphs. SonarQube provides fully automated analysis and integration with Maven, Ant, Gradle, MSBuild and continuous integration tools (Atlassian Bamboo, Jenkins, Hudson, etc.)
Setup SonarQube on windows
- Download SonarQube 7.8 Community Edition from here
https://www.sonarqube.org/downloads/
- UnZip sonarqube7.8 folder
- Download MS Build Sonar Scanner from here: https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/
No comments:
Post a Comment