Skip to content

Commit 49aac10

Browse files
committed
chore: update pre-commit hooks configuration from template
1 parent 8a38efb commit 49aac10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)