5 years ago
Sonar for our public repos
Hello everyone,
In the last days we’ve been considering the possibility of adding Sonar to the CI pipelines of our public repositories. Yesterday we managed to run the first set of analysis that can be seen here:
https://sonarcloud.io/organizations/fluidattacks/projects
Soon, we will start integrating this process to our CI’s in order to be able to:
- Break the build with Sonar.
- Get Sonar reports on both Gitlab and SonarCloud.
- Guarantee that our code follows best practices.
Greetings!