aboutsummaryrefslogtreecommitdiff
path: root/hooked/src/bin/hooked-commit-msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'hooked/src/bin/hooked-commit-msg.rs')
-rw-r--r--hooked/src/bin/hooked-commit-msg.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/hooked/src/bin/hooked-commit-msg.rs b/hooked/src/bin/hooked-commit-msg.rs
index 7f2a996..b7de022 100644
--- a/hooked/src/bin/hooked-commit-msg.rs
+++ b/hooked/src/bin/hooked-commit-msg.rs
@@ -1,3 +1,5 @@
+//! Linting tool for commit messages
+
use shared::find_root;
use std::{
env::args,