boxuk / jslint-jenkins-plugin

Runs JSLint on a project and outputs in the Checkstyle format.
13 stars 15 forks source link

Support "predef" config option #5

Closed craigmarvelley closed 11 years ago

craigmarvelley commented 11 years ago

See http://www.jslint.com/lint.html#options - support for the predef option would be nice, as in some situations (like RequireJS modules) the same global variables are used in each file.

gavD commented 11 years ago

Done. I'll upload shortly.

gavD commented 11 years ago

This has been installed on our Jenkins instance, I've written up a brief blog item and sent it to you as well. If this is stable, we'll release tomorrow.