-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
40 lines (37 loc) · 1.07 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
37
38
39
40
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: no-commit-to-branch
- id: check-symlinks
- id: destroyed-symlinks
- id: check-vcs-permalinks
- id: check-added-large-files
- id: check-merge-conflict
- id: check-ast
- id: check-case-conflict
- id: check-docstring-first
- id: check-json
- id: check-xml
- id: check-yaml
- id: check-toml
- id: check-merge-conflict
- id: check-symlinks
- id: check-vcs-permalinks
- id: pretty-format-json
- id: detect-private-key
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/terraform-docs/terraform-docs
rev: v0.17.0
hooks:
- id: terraform-docs-docker
args: ["markdown", "--output-file", "README.terraform.md", "."]
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.22
hooks:
- id: terraform-fmt
- id: terraform-validate
- id: terragrunt-hclfmt
- id: tflint