Skip to content

Commit 5422619

Browse files
committed
chore: add conventional commits and end-of-file-fixer hooks
1 parent 24e6243 commit 5422619

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
repos:
2+
- repo: https://github.com/compilerla/conventional-pre-commit
3+
rev: v4.0.0
4+
hooks:
5+
- id: conventional-pre-commit
6+
stages: [commit-msg]
27
- repo: https://github.com/pre-commit/pre-commit-hooks
38
rev: v6.0.0
49
hooks:
@@ -8,6 +13,7 @@ repos:
813
- id: check-vcs-permalinks
914
- id: destroyed-symlinks
1015
- id: detect-private-key
16+
- id: end-of-file-fixer
1117
- id: mixed-line-ending
1218
- id: trailing-whitespace
1319
- repo: https://github.com/antonbabenko/pre-commit-terraform

0 commit comments

Comments
 (0)