You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facing similar issue on Windows with nano-staged (specifically, receiving a 'command line is too long' when running nano-staged pre-commit hooks w/a large number of files).
lint-staged v10 allegedly fixes this issue by batching / parallelizing the list of files into chunks.
I had to revert back to lint-staged because this issue blocks large merges/commits and instructing the teams to use --no-verify isn't my preferred solution.
@usmanyunusov is this something you'd be open to accepting a PR to fix?
Clear and concise description of the problem
lint-staged/lint-staged#147
Facing similar issue on Windows with nano-staged (specifically, receiving a 'command line is too long' when running nano-staged pre-commit hooks w/a large number of files).
lint-staged v10 allegedly fixes this issue by batching / parallelizing the list of files into chunks.
Suggested solution
batch, lint-staged/lint-staged#147 (comment)
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: