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

Everything is reported as an error #30

Open RodMagnuson opened 10 years ago

RodMagnuson commented 10 years ago

I believe the code of the element returned for an issue by jshint starts with E,W,or I, depending if it's an error, warning, or info. Currently it looks like everything is reported as an error to maven. I would like warnings reported, but not fail the build.