Initial commit: Add git-commit-message-linter project
This commit is contained in:
9
.pre-commit-hooks.yaml
Normal file
9
.pre-commit-hooks.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
repos:
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: commit-linter
|
||||
name: Commit Message Linter
|
||||
entry: commit-linter hook
|
||||
language: system
|
||||
stages: [commit-msg]
|
||||
pass_filenames: false
|
||||
Reference in New Issue
Block a user