Hi
Dne Sun, 5 Jan 2014 21:35:34 +0100 Hugues Peccatte hugues.peccatte@gmail.com napsal(a):
I checked the duration of Jenkins jobs and saw (like said Michal) that the one ran during the night (with PMD) lasts around 9 minutes and the one ran after each commit lasts 1.5 minute. So implement all PMD rules for PHPCS will lead to have a longer continuous job. Not sure that's a good thing.
I'm not really sure if this will be the case - the most of the time is IMHO parsing of the code, which would be done only once (though I have no knowledge of how both of these tools work).