jshint-eclipse icon indicating copy to clipboard operation
jshint-eclipse copied to clipboard

Take config from .jshintignore.

Open tooru opened this issue 12 years ago • 8 comments

Can support like .jshintrc?

tooru avatar Sep 09 '13 16:09 tooru

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.

ralfstx avatar Oct 11 '13 12:10 ralfstx

Hi, Any news on this ? It would be really useful. I can bountysource 20$ on this if it helps encouraging someone to do it :)

sebastien-mignot avatar Nov 06 '13 10:11 sebastien-mignot

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!

ralfstx avatar Nov 06 '13 21:11 ralfstx

@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.

paulvi avatar Apr 09 '14 03:04 paulvi

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 !

sebastien-mignot avatar Apr 14 '14 11:04 sebastien-mignot

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?

paulvi avatar Apr 15 '14 03:04 paulvi

@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:

screen shot 2014-04-23 at 2 34 29 pm

bountysource-support avatar Apr 23 '14 21:04 bountysource-support

wow, thanks to @bountysource-support for answer

paulvi avatar Apr 24 '14 06:04 paulvi