We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36739b3 + 9bf432b commit 37f01b9Copy full SHA for 37f01b9
1 file changed
.pre-commit-hooks.yaml
@@ -3,15 +3,17 @@
3
description: Formats terraform scripts into the correct checkstyle
4
entry: bin/tf_fmt.sh
5
language: script
6
- files: \.tf$
+ types:
7
+ - terraform
8
exclude: \.terraform\/.*$
9
10
- id: terraform_validate
11
name: terraform_validate
12
description: Validates terraform scripts syntax
13
entry: bin/tf_validate.sh
14
15
16
17
18
19
- id: prometheus_check_rules
0 commit comments