Initial commit: Add git-commit-message-linter project
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-29 10:23:44 +00:00
parent bab75590a7
commit c18526a26a

9
.pre-commit-hooks.yaml Normal file
View 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