ReactiveDrop/reactivedrop_public_src

[CICD] Add SonarCloud

Opened this issue · 0 comments

SonarCloud is a code analysis tool, free for open source projects.

https://www.sonarsource.com/plans-and-pricing/sonarcloud/

It can detect stuff like code vulnerabilities, code mistakes, memory leaks, etc.

Suggestion is to just hook it up to the project and let it analyze. It probably doesn't like our (Valve's) old code style, so for some piece of mind, let's leave the code formatting options of SonarCloud disabled and let it check for the more important stuff only.