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

.jshintignore globbing not working #692

Closed
valueof opened this issue Oct 12, 2012 · 7 comments · Fixed by #777
Closed

.jshintignore globbing not working #692

valueof opened this issue Oct 12, 2012 · 7 comments · Fixed by #777
Milestone

Comments

@valueof
Copy link
Member

valueof commented Oct 12, 2012

I'm having an issue with .jshintignore globbing not working in JSHint 0.7.1.

My dir structure:

├── .jshintignore
└── test.js

.jshintignore:

*.js

test.js:

var foo = 'bar'

JSHint doesn't ignore the test.js file, even though it should match *.js.

But if I use an absolute path, it successfully ignores it:

.jshintignore:

test.js
@mtibben
Copy link

mtibben commented Oct 17, 2012

I'm having the same issue with 0.9.1

@xzyfer
Copy link
Contributor

xzyfer commented Nov 2, 2012

+1, also having this issue with 0.9.1

@jpgarcia
Copy link

jpgarcia commented Nov 2, 2012

+1, same in 0.9.1

@janv
Copy link

janv commented Nov 8, 2012

+1

1 similar comment
@tarmolov
Copy link

tarmolov commented Dec 3, 2012

+1

@eleith
Copy link

eleith commented Dec 16, 2012

are there workarounds in the meantime?

@brentlintner
Copy link
Contributor

Awesome! Thanks for the fix @eleith- I'm assuming this issue can now be could be closed, then? :-)

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 a pull request may close this issue.

8 participants