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 isn't being picked up. #27

Open
kitsunde opened this issue Aug 4, 2015 · 1 comment
Open

.jshintignore isn't being picked up. #27

kitsunde opened this issue Aug 4, 2015 · 1 comment

Comments

@kitsunde
Copy link

kitsunde commented Aug 4, 2015

I'm adding this here because I was looking into ember-cli/ember-cli#4586 to see how much work it would be. There's no way for the JSHint API to pickup .jshintignore files and it's intentional: jshint/jshint#2126

To solve it we would need to read the .jshintignore files and skip matching on our own in broccoli-jshint. There's a few issues with how JSHint picks up the .jshintignore files too, that should be bug-for-bug matched? https://github.com/jshint/jshint/issues?q=is%3Aissue+.jshintignore+is%3Aopen

@jfelchner
Copy link

Just ran into this. I'm not sure how this isn't a problem for everyone? I mean it's scanning files in bower_components and node_modules which I don't even care about. I don't see how this isn't drastically slowing down builds.

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

No branches or pull requests

2 participants