I am using JsHint tool (Static Analysis warning tool)as eclipse plug-in in my project that will give the javascript warnings in my project files. Now I need that eclipse stop building project when number of warnings given by JsHint increases beyond certain limit. Is there any solution for the same
Thanks Anil