just: Introduce commit-msg hook for typos
modified justfile
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
@@ -14,6 +14,12 @@ default: check-hooks
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -66,8 +72,8 @@ check-spelling: (verify-tool "codespell")
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified scripts/git-hook-template.sh
@@ -3,7 +3,7 @@ set -euo pipefail
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -41,5 +41,10 @@ then
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
added scripts/just/commit-msg.sh
@@ -0,0 +1,16 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |