Category: yaml

SonarQube is a universal tool for code analysis that provides continuous inspection of your code to highlight existing and newly introduced issues. This allows you to “Clean as You Code”, which aims to reach the maximum code quality in your newly written code.

In this case, you will use: The process that SonarQube follows when analyzing your code is highly dependent on the programming language that your application is written in. While SonarQube has been used predominantly to analyze Java files, it can analyze 27 different languages.

Note that you can also follow along using your own project, as long as it is written in a language that is supported by SonarQube.

You should then see the following output: You can then view the analysis of your project in the SonarCloud: Note that you can access different visualization formats of the report in the taps.

Related Articles