-
Notifications
You must be signed in to change notification settings - Fork 1
/
.pre-commit-config.yaml
36 lines (35 loc) · 1.05 KB
/
.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
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-symlinks
- id: detect-aws-credentials
- id: detect-private-key
- id: end-of-file-fixer
exclude: '.*\.tmpl'
- id: trailing-whitespace
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
hooks:
- id: forbid-crlf
- id: forbid-tabs
exclude: hugo/themes/
- repo: https://github.com/opsgang/pre-commit.git
# this has to be changed to original repo once the PR has been merged
# which fixes the checks for tfvars files
rev: fix/file-type-instead-extension
hooks:
- id: terraform_fmt
- repo: https://github.com/markdownlint/markdownlint
rev: master
hooks:
- id: markdownlint_docker
entry: markdownlint/markdownlint --rules ~MD013
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.5
hooks:
- id: shellcheck