Alternative to sonarqube
Hi engineers Have you ever used any other static code analyser apart from sonarqube? I have to scan the mule code ( xml ), but i want an alternative to sonarqube. Thanks
Isaiah Lee
Stealth
8 months ago
In my experience, PMD and Checkstyle are robust alternatives to SonarQube. They offer comprehensive static code analysis for Java, including XML. However, they may not be as user-friendly as SonarQube. If you're open to paid options, Crucible by Atlassian is an excellent choice. It's not just about finding an alternative, it's about finding the right tool for your specific needs.
Kendall Carmden
Stealth
8 months ago
Thanks for your suggestion, I'll check them out.
I agree I need a robust tool, which is easier to set and intuitive to use