-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Not scanned except the first file #66
Comments
- filenames are treated as array (whitespace/newline consideration)
Hmmm, I failed some tests on Travis CI. I will check it after I get up tomorrow. |
I'm not sure there are other environmental dependence problems, but I fixed one. This part is serious, so I will report it when found. |
Confirmed, only running on the first file for me. |
This is still broken. Any chance of getting an update here? |
Sorry for the delay. I've merged #67, so this is now resolved. Thanks for your contribution! |
Never mind. I'm glad you came back! Thank you for merging. |
Here is how to reproduce.
pre-commit
hook has same problem, since the internal behavior is almost the same as this.I have fixed this problem so I will send a pull request soon.
P.S.
I have also passed
test/pre-commit-hook.bats
and found a small error. After this fix, all tests are passed successfully. But why did this fail while others are succeeded?The text was updated successfully, but these errors were encountered: