File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ repos :
2+ - repo : https://github.com/antonbabenko/pre-commit-terraform
3+ rev : v1.77.0
4+ hooks :
5+ - id : terraform_fmt
6+ - id : terraform_validate
7+ - id : terraform_docs
8+ args :
9+ - ' --args=--lockfile=false'
10+ - id : terraform_tflint
11+ args :
12+ - ' --args=--only=terraform_deprecated_interpolation'
13+ - ' --args=--only=terraform_deprecated_index'
14+ - ' --args=--only=terraform_unused_declarations'
15+ - ' --args=--only=terraform_comment_syntax'
16+ - ' --args=--only=terraform_documented_outputs'
17+ - ' --args=--only=terraform_documented_variables'
18+ - ' --args=--only=terraform_typed_variables'
19+ - ' --args=--only=terraform_module_pinned_source'
20+ - ' --args=--only=terraform_naming_convention'
21+ - ' --args=--only=terraform_required_version'
22+ - ' --args=--only=terraform_required_providers'
23+ - ' --args=--only=terraform_standard_module_structure'
24+ - ' --args=--only=terraform_workspace_remote'
25+ - repo : https://github.com/pre-commit/pre-commit-hooks
26+ rev : v4.4.0
27+ hooks :
28+ - id : check-merge-conflict
29+ - id : end-of-file-fixer
You can’t perform that action at this time.
0 commit comments