Skip to content

Commit 33dc208

Browse files
committed
test: update pre-commit hooks from template
1 parent 6b6fb1e commit 33dc208

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
repos:
22
- repo: https://github.com/mineiros-io/pre-commit-hooks
3-
rev: v0.3.1
3+
rev: v0.4.1
44
hooks:
55
- id: terraform-fmt
66
- id: terraform-validate
77
exclude: ^examples|.terraform/
88
- id: tflint
9-
- id: golangci-lint
109
- id: phony-targets
10+
- id: terradoc-validate
11+
- id: golangci-lint
12+
- id: terradoc-fmt
13+
- id: terradoc-generate
14+
# - id: terramate-generate
1115
- id: markdown-link-check
1216
args: ['-p'] # When adding the -p flag, markdown-link-check will always with an exit code 0, even if dead links are found
1317
verbose: true # Forces the output of the hook to be printed even when the hook passes.

0 commit comments

Comments
 (0)