-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Should introduce the topic of git hooks
Talk about the benefit of pre-commits
Talk about considerations with them
- They should run very quickly if they get too long they will become an annoyance
Frameworks for managing githooks
- do it manually
- leverage a system like pre-commit
- Talk about the security concerns of pre-commit (remote code execution)
- Implement precommits yourself in a taskfile/makefile with pre-commit config wrapping these calls (Pre-commit runs hooks in parallel by default)
Metadata
Metadata
Assignees
Labels
No labels