Compare commits
3 Commits
9ff6cf7de7
...
c3c1cb660a
| Author | SHA1 | Date | |
|---|---|---|---|
| c3c1cb660a | |||
| 5cbd5815a0 | |||
| 6d84efe81e |
12
.pre-commit-config.yaml
Normal file
12
.pre-commit-config.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
repos:
|
||||
- repo: https://github.com/gruntwork-io/pre-commit
|
||||
rev: v0.1.30
|
||||
hooks:
|
||||
- id: terraform-fmt
|
||||
- id: terraform-validate
|
||||
- id: tflint
|
||||
- id: terragrunt-hcl-fmt
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.37.1
|
||||
hooks:
|
||||
- id: yamllint
|
||||
Loading…
Reference in New Issue
Block a user