Skip to content

Commit b49219f

Browse files
committed
chore: add a config file for Pre-Commit to utilise
1 parent c72026f commit b49219f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-hooks.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- id: crisp
2+
name: crisp
3+
description: Lint git-commit messages
4+
language: golang
5+
entry: crisp message --stdin
6+
pass_filenames: false
7+
always_run: true

0 commit comments

Comments
 (0)