Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.31k stars 1.96k forks source link

Investigate git pre-commit hooks #41715

Open alzimmermsft opened 2 weeks ago

alzimmermsft commented 2 weeks ago

Investigate adding git pre-commit hooks that can ensure some level of validations before a PR can be opened. Possible checks could be

joshfree commented 2 weeks ago

I'm a fan of git pre-commit hooks for credscan / linters in personal projects.