-
Notifications
You must be signed in to change notification settings - Fork 5
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 pre-commit #79
Comments
I had thought of this, but when I read on it I found that it is something that every user will have to configure on their own system (which doesn't help us much) |
Yes, it has to be configured by each user. To make this easer, what we can do is:
|
Oh okay, so in that case, the CI will always pass the linting test, right? |
No, not all lint errors are fixed automatically. Plus, tests take more time to run as the number of tests increases. |
Oh yes, right. I meant the commit won't happen until you fix all the errors right?
Didn't fully understand, are you saying we won't have a hook for tests because of this |
Add a git pre commit hook to run a lint fix.
The text was updated successfully, but these errors were encountered: