R
Riverside Software
Guest
I assume your company already evaluated SonarQube ( http://www.sonarqube.org ) which provides checks for Java and PHP (not sure about .Net), and with an excellent integration with code repositories and continuous integration tools. An OpenEdge plugin for SonarQube is available ( github.com/.../sonar-openedge ), which would allow you to execute coding standards and defect rules (unfortunately no security rules for now), and also to write your own rules if you have specific needs. Gilles
Continue reading...
Continue reading...