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

lint-staged can't handle too many files #698

Closed
trivikr opened this issue Jan 9, 2020 · 2 comments
Closed

lint-staged can't handle too many files #698

trivikr opened this issue Jan 9, 2020 · 2 comments
Labels
bug This issue is a bug.

Comments

@trivikr
Copy link
Member

trivikr commented Jan 9, 2020

Describe the bug
lint-staged can't handle too many files and fails with either of the errors:

To Reproduce (observed behavior)

  • Run codegen which changes many files
  • Run git add .
  • Run git commit -m <commit_message>
  • watch the failures explained above

Expected behavior

  • lint-staged should succeed for all commits which can be generated by developers
  • if that's not possible, there should an easy way to split commits (one per client may be) so that lint-staged can run on fewer files
@trivikr
Copy link
Member Author

trivikr commented Jan 10, 2020

Closing as #702 significantly reduced the number of files getting staged after CodeGen is run

@trivikr trivikr closed this as completed Jan 10, 2020
@lock
Copy link

lock bot commented Jan 17, 2020

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.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

1 participant