aboutsummaryrefslogtreecommitdiff
path: root/.dev-suite/ticket/closed/2-create-git-hooks-tool.toml
diff options
context:
space:
mode:
Diffstat (limited to '.dev-suite/ticket/closed/2-create-git-hooks-tool.toml')
-rw-r--r--.dev-suite/ticket/closed/2-create-git-hooks-tool.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.dev-suite/ticket/closed/2-create-git-hooks-tool.toml b/.dev-suite/ticket/closed/2-create-git-hooks-tool.toml
new file mode 100644
index 0000000..c51799c
--- /dev/null
+++ b/.dev-suite/ticket/closed/2-create-git-hooks-tool.toml
@@ -0,0 +1,11 @@
+title = 'Create git hooks tool'
+status = 'Closed'
+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.
+'''