On 08/07/2013 06:10 AM, Dirk Frederickx wrote:
I recommend to only run JSLINT on the javascript written dedicated for JSPWiki. JSLINT should not be run on the external libraries ( such as mootools.js, prettify.js ) on which we are not having any impact anyway.
+1. The errors reported by jshint/jslint on third-party scripts outside of our control make us look bad on Jenkins, as some may not realize that those aren't our scripts.
On the long run, I propose that we would use JSHINT rather then JSLINT. JSHINT is more configurable then JSLINT. (btw -- jshint can also be run via the wro4j maven plugin)
Whatever, I don't have an opinion on that. Glen