Initial commit

This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-10-10 16:48:02 +02:00
commit 34a7d4ef26

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# 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 and code smells on 29 programming languages. SonarQube offers reports on duplicated code, coding standards, unit tests, code coverage, code complexity, comments, bugs, and security recommendations. SonarQube provides automated analysis and integration with Maven, Ant, Gradle, MSBuild, and continuous integration tools.