eclipsesource / jshint-eclipse

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

Allow exclusion of all directories with specific name #80

Closed phortx closed 10 years ago

phortx commented 10 years ago

In our modular project we have many different places where JS files may be located. We want to exclude all js files which are located in a /js/vendor directory. That would be this pattern: //js/vendor/*.

But that's not possible since the file pattern doesn't allow / and the directory pattern doesn't allow //.

ralfstx commented 10 years ago

With .jshintignore this should be possible. One more reason to work on #64.

phortx commented 10 years ago

Would be nice. Thank you for your fast response! I'll wait for finishing #64 :)