hivemq/hivemq-community-edition

[CI] Enable Static Code Analysis in pipeline

lcacciagioni opened this issue · 2 comments

Problem or use case

As part of a proper process of continuous improvement in code Quality it is advisable to continously check for possible common issues that can detected and fixed via CI.

Preferred solution or suggestions

It could be advisable to enable a static code analysis in the pipeline of the style of Sonarqube, to be more precise probably in its cloud version SonarCloud which is free for open source projects.

We have internal testing that covers more than the github actions.

Awesome to know!!!