We are trying to install the CI platform using (Jenkins, sonar, eclipse ...). So that every developer can analyze their code before committing, I wonder between two alternatives:
- Run local analysis using the sonar plugin.
- install the various plugins that use sonar (findbug, pmd, checkstyle ...) and configure them to match the sonar configuration.
I'm not sure which alternative to use? I used to work with findbugs, pmd, checkstyle in eclipse and they looked great. Can you tell me which one is the best alternative? Thanks in advance.
Sincerely.
source
share