-
Notifications
You must be signed in to change notification settings - Fork 7
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 clippy --fix
to pre-commit script
#153
Labels
Comments
Hey team! Please add your planning poker estimate with Zenhub @b-yap @ebma @TorstenStueber |
@ebma Do we need this for the public launch ? |
No, it's just for our own developer experience. It's not necessary for the product. |
@ebma can we move this to the Ready column? |
Yes sure. @pendulum-chain/product this is probably a 10-minute task so would be nice to have it in 'ready'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It might be a good idea to add a
clippy --fix
command to the existing pre-commit script. It can automatically apply some best practices to the code, which the CI is likely to complain about anyways.The text was updated successfully, but these errors were encountered: