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
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
Jan 17, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
lint-staged can't handle too many files and fails with either of the errors:
zsh: argument list too long: prettier
in zsh explained in Remove trailing commas in CodeGen smithy-lang/smithy-typescript#73 (comment)spawn E2BIG
in bash as explained in Remove trailing commas in CodeGen smithy-lang/smithy-typescript#73 (comment)To Reproduce (observed behavior)
git add .
git commit -m <commit_message>
Expected behavior
The text was updated successfully, but these errors were encountered: