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
The integration has the ability to auto-fix errors. However, I could see this possibly being confusing to new contributors if they don't know about how to merge those changes back into their local branch. I'd recommend erring on the side of using client-side pre-commit hooks instead if we wanted to make auto-fixes part of the developer experience. https://prettier.io/docs/en/precommit.html
The text was updated successfully, but these errors were encountered:
With that said, it may be worthwhile to migrate anyways given that the future of open source plans in Travis seems uncertain- I migrated the CI for my own project a few weeks ago for this reason.
Thanks for opening this issue! husky linting hooks got added to this project so that linting errors aren't getting committed to this project anymore. I'm also in the process of adding prettier which will also help with linting issues.
I didn't know that Travis had changed their open source pricing—I'm going to reach out to them right now to see if we can get some credits!
Uh oh!
There was an error while loading. Please reload this page.
Nature of issue?
New feature details:
The text was updated successfully, but these errors were encountered: