add a pre-commit hook that checks that tests are not focussed

This commit is contained in:
Marten Seemann
2021-01-02 18:02:20 +08:00
parent d9c7467b56
commit c4789ccb28
2 changed files with 26 additions and 0 deletions

8
.githooks/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Git Hooks
This directory contains useful Git hooks for working with quic-go.
Install them by running
```bash
git config core.hooksPath .githooks
```