-
Notifications
You must be signed in to change notification settings - Fork 216
Open
Description
As discussed during the PlugFest, OLA might benefit from running some kind of static code analysis.
While I'm perfectly open to alternatives, I do like how SonarQube / SonarCloud reports issues and there is GitHub Actions integration, including PR-annotation (as we currently do with codespell). Also, SonarCloud is free for Open Source projects:
SonarLint is completely free. SonarQube Community Edition is free. All other SonarQube editions are commercial and require a paid license. SonarCloud is entirely free for all open source projects. You only pay if you want to analyze private repositories.
(from https://www.sonarsource.com/open-source-editions/, FAQ entry "Are the products always free? ")
Thus, I would propose to enable SonarCloud integration for OLA.