-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add pre-commit? #180
Comments
That repo is not highly reliable: not updated since 2 years. If it's working is fine, by we could have to maintain the hooks ourselves, at some point. I'd say that either we find something more maintained, or we directly fork the repository. Such that we are free to modify it, if needed. |
I think we would only need to update if |
That's the thing. In any case, I believe we're going to do it soonish, that way is also easier to add more/customize. |
I agree that using a git hook is a good idea. Right now we only write what people should do in
An alternative to pre-commit is writing the hooks manually, putting them into |
You are definitely right that The main argument in favor of The minimal solution would be |
How about activating pre-commit here? e.g. this repo provides
fmt
,check
andclippy
The text was updated successfully, but these errors were encountered: