Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take config from .jshintignore. #64

Open
tooru opened this issue Sep 9, 2013 · 8 comments
Open

Take config from .jshintignore. #64

tooru opened this issue Sep 9, 2013 · 8 comments
Labels

Comments

@tooru
Copy link

tooru commented Sep 9, 2013

Can support like .jshintrc?

@ralfstx
Copy link
Member

ralfstx commented Oct 11, 2013

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.

@sebastien-mignot
Copy link

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

@ralfstx
Copy link
Member

ralfstx commented Nov 6, 2013

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!

@paulvi
Copy link
Contributor

paulvi commented Apr 9, 2014

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

@sebastien-mignot
Copy link

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 !

@paulvi
Copy link
Contributor

paulvi commented Apr 15, 2014

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?

@bountysource-support
Copy link

@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

@paulvi
Copy link
Contributor

paulvi commented Apr 24, 2014

wow, thanks to @bountysource-support for answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants