-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
30 lines (29 loc) · 806 Bytes
/
.pre-commit-config.yaml
File metadata and controls
30 lines (29 loc) · 806 Bytes
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
fail_fast: true
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: check-json
- id: check-merge-conflict
- id: check-yaml
exclude: (.circleci/config.yml|.*__testdata__.*)
- id: detect-private-key
- id: check-symlinks
- id: check-vcs-permalinks
- id: trailing-whitespace
args:
- --markdown-linebreak-ext=md
- id: mixed-line-ending
args:
- --fix=lf
- id: check-case-conflict
- id: check-executables-have-shebangs
- 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: circleci-config-validate
- id: shellcheck