aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/ticket/open/2-create-git-hooks-tool.toml
blob: 19d8904c2a902d5fe01192b56da6b61c90bca1c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
title = 'Create git hooks tool'
status = 'Open'
number = 2
description = '''
Git hooks are great, but the problem is that it's hard to standardize
them across a team. This is because they don't travel with the repo for
security reasons. However, having a way to manage and install them in a
repo is a good thing to standardizing checks across a team to avoid
issues that just get caught in CI way later when it would be trivial to
catch with a script.
'''