cjdev2 / jshint-mojo

A simple, speedy maven plugin for running javascript code through jshint
GNU General Public License v2.0
40 stars 32 forks source link

Update embedded jshint to 2.4.1 #27

Closed voelzmo closed 10 years ago

voelzmo commented 10 years ago

Needs workaround to run rhino with disabled optimizations because of bug https://github.com/jshint/jshint/issues/1333

Note that this might slow down execution of jshint - I had actually no means to measure this.

stupenrose commented 10 years ago

Thanks @voelzmo !