Tooling: GitLab SaaS, SonarQube, SonarLint
Environment: GitLab Pages
Estimated Time: 10 mins
Adding code quality is an important aspect of a good DevOps Pipeline. It will help you manage technical debt and overall quality. GitLab has capabilities and uses some open-source components like CodeClimate and is available in the free tier. We will also look at connecting to another very popular tool SonarQube to see some of the differences and to understand integration components.
Setting up SonarCloud is easy and can be done at SonarCloud. Once you have this you can easily follow the instructions from SonarSource to get connected.
Note: Your GitLab project has to be Public.
Be First to Comment