eclipsesource / jshint-eclipse

JSHint integration for the Eclipse IDE
http://github.eclipsesource.com/jshint-eclipse/
146 stars 31 forks source link

Cannot ignore closure-library #88

Closed drkstr101 closed 10 years ago

drkstr101 commented 10 years ago

Hello,

Cheers and thank you for integrating jshint into my favorite IDE!

I am having some trouble getting it to ignore some external source directories.

In my project settings for the ignore I have: app/closure-library//*

But I am still getting all the warnings for files in that directory.

Description Resource Path Location Type Attribute (align) is obsolete. Its use is discouraged in HTML5 documents. bubble.html /VividTemplateJS/app/closure-library/closure/goog/demos line 28 HTML Problem

Am I doing something incorrectly, or is this not a supported feature yet?

Thanks for your time!

drkstr101 commented 10 years ago

Closed with code ID10T

(warnings were just part of eclipse WTP, jshint warnings came to the top once I got it working properly)