aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/ticket/closed/create-git-hooks-tool.toml
blob: 53bdefcdfea4f311adca98afe52429259a2bce70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
title = 'Create git hooks tool'
status = 'Closed'
id = '0e068a80-1553-11ea-8002-000502040903'
assignees = []
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.
'''
version = 'V1'

[comments]