-
Notifications
You must be signed in to change notification settings - Fork 1.5k
pre-commit CI is failing #834
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
Comments
ESLINT ==> Strict This is the source of the ESLint warnings. In strict, Typescript shows 200+ warnings. Once things settle a bit, we will address in a PR. |
I think there must be something about how the pre-commit CI action works that I don't understand. eslint warnings shouldn't fail the build step - we've had a few hundred warnings for months and months, symptom of a rapidly evolving codebase.. Now it seems like in GitHub CI it's actually erroring out... But running |
Is it possible to SSH into the runners to investigate? It could be done with circleCI, but I am not sure with Github Actions. |
I do not think anything is wrong with CICD or ESLint, this is highlighting that we lack TypeScript types in many areas. If we fix this root cause, everything improves. |
For reference, I reported it upstream: The author seems to think that it's a problem of my local environment, although I don't think it's the case. Do you confirm that I still think it's a bug of pre-commit: if it passes locally, it should passes on CI. It it fails on CI, it should fail locally.
yes, but this is only part of the problem. ESLint used to pass and then it started to fail suddenly out of the blue |
Uh oh!
There was an error while loading. Please reload this page.
Checklist
What happened?
Starting with commit c75f885, the pre-commit CI check is failing for all commits and PRs. Neither
eslint
nortsc
seem to show those errors when building locally, for either me nor @antocuni (as of a few days ago).What browsers are you seeing the problem on? (if applicable)
No response
Console info
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: