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