jshint-eclipse
jshint-eclipse copied to clipboard
Take config from .jshintignore.
Can support like .jshintrc?
We use a different glob matching syntax than jshint, which is probably confusing. For example, they use /**/ as path segment wildcard, while we currently use //. They also allow for negation and other advanced patterns.
As a first step, we should adjust the glob matching syntax used by jshint-eclipse to be a real subset of what jshint allows.
See functions loadIgnores and isIgnored in cli.js on how jshint evaluates the .jshintignore file.
Minimatch is the glob matching library used by npm.
Hi, Any news on this ? It would be really useful. I can bountysource 20$ on this if it helps encouraging someone to do it :)
It's on my list, but unlikely that I'll find the time in the next weeks. Quality contributions (including unit tests!) are of course welcome!
@sebastien-mignot Could you please bountysource and share link here, so other could see and add more. Hopefully it helps to find the issue solver.
I already used bountysource for other tickets in similar projects, and none have been implemented yet. Since you pay when you create the bountysource, I'm reluctant to do so again !
Yes, that the catch of bountysource, one pays in advance without any guarantee.
I wonder if it is possible to add sum to an open bounty?
@sebastien-mignot @PaulVI when you post a bounty, you can choose to have it expire after 3 or 6 months. You also get to decide where the money goes if the bounty expires:

wow, thanks to @bountysource-support for answer