-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.pre-commit-config.yaml
37 lines (34 loc) · 973 Bytes
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-json
- id: check-merge-conflict
- id: check-yaml
- id: detect-private-key
- id: check-symlinks
- id: check-vcs-permalinks
- id: trailing-whitespace
- id: mixed-line-ending
args:
- --fix=lf
- id: check-case-conflict
- id: check-toml
- id: check-xml
- id: fix-byte-order-marker
- id: destroyed-symlinks
- repo: https://github.com/syntaqx/git-hooks
rev: v0.0.18
hooks:
- id: shellcheck
additional_dependencies: []
- repo: https://github.com/zahorniak/pre-commit-circleci.git
rev: v1.1.0
hooks:
- id: circleci_validate
- repo: https://github.com/matthorgan/pre-commit-conventional-commits
rev: 20fb9631be1385998138432592d0b6d4dfa38fc9
hooks:
- id: conventional-commit-check
stages: [commit-msg]