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

Add support for .jshintignore files #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jhinzmann
Copy link

Search for .jshintignore files in parent directories and
evaluate ignore patterns by utilizing the python pathspec library

This resolves #59 and resolves #113

@austil
Copy link

austil commented Feb 10, 2017

I need this so much, 2017 and still not merged 😒

Search for `.jshintignore` files in parent directories and
evaluate ignore patterns by utilizing the python pathspec library.

According to the [jshint docs](http://jshint.com/docs/cli/#ignoring-files),
only the first found `.jshintignore` is used by jshint.
This plugin should mimic that behaviour.

This resolves victorporof#59 and resolves victorporof#113
@jhinzmann
Copy link
Author

Just updated the pull request.
Maybe this is going to be merged now...

An alternative would be to just clone my fork. It is now update with the current master.

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

Successfully merging this pull request may close these issues.

Add support for .jshintignore file .jshintignore not being honored
2 participants