We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e29849 commit 6856d2bCopy full SHA for 6856d2b
.pre-commit-config.yaml
@@ -1,5 +1,12 @@
1
---
2
repos:
3
+ - repo: ./
4
+ rev: 1d903d35d82a0787e25d22315d62022652880c3b
5
+ hooks:
6
+ - id: commit-message-validator
7
+ stages: [commit-msg]
8
+ args: [--no-jira, --allow-temp]
9
+
10
- repo: https://github.com/adrienverge/yamllint.git
11
rev: v1.24.2
12
hooks:
Makefile
@@ -13,6 +13,7 @@ pre-commit=./venv/bin/pre-commit
13
venv:
14
python3.7 -m venv venv
15
$(pip) install pre-commit
16
+ $(pre-commit) install -t commit-msg
17
18
lint:
19
$(pre-commit) run --all-files
0 commit comments