-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
Commiting deleted files breaks lint-staged #12
Comments
Is there any ETA? It's a critical bug that prevent us from linting files on pre-commit... |
I'm working on an experimental branch that should help solving this. Can't give any ETA yet. |
Just dittoing my anticipation for a solution. And, wondering if this was merged into the master because if it did I am still running into an issue with it as well. Thanks for all the hardwork okonet! |
What version are you using? It was fixed and released 4 months ago. |
If I delete a file, and then I try to commit the deletion. The linter throws an error in the pre-commit hook, because it tries to lint the deleted file that doesn't exists anymore.
From: react-boilerplate/react-boilerplate#397
The text was updated successfully, but these errors were encountered: