We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
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
We should update the contributor guidelines to point external contributors to use the devtool instead of the current "local" pre-commit hook setup.
The pre-commit hook is unmaintained, unused by the team, and currently doesn't work if the setup is different from the devctr (see #5180).
The equivalent operation in the devtool is ./tools/devtool fmt.
./tools/devtool fmt
We should keep the git-secrets check, moving it to the devtool if it's not already there.
git-secrets
devtool
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
We should update the contributor guidelines to point external contributors to use the devtool instead of the current "local" pre-commit hook setup.
Why
The
pre-commit
hook is unmaintained, unused by the team, and currently doesn't work if the setup is different from the devctr (see #5180).How
The equivalent operation in the devtool is
./tools/devtool fmt
.Other information
We should keep the
git-secrets
check, moving it to thedevtool
if it's not already there.The text was updated successfully, but these errors were encountered: