We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebb2cc commit 1a51c44Copy full SHA for 1a51c44
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: terraform_docs
6
args:
7
- --args=--config=.terraform-docs.yml
8
- exclude: ^modules/[^/]+/README\.md$ # Ignore README.md files in module directories (platform integrations)
+ files: ^modules/[^/]+/[^/]+/.+\.tf$ # Only run on .tf files in modules/*/*/ directories
9
- id: terraform_fmt
10
- id: terragrunt_fmt
11
- repo: https://github.com/pre-commit/pre-commit-hooks
.terraform-docs.yml
@@ -4,7 +4,6 @@ version: ""
4
recursive:
enabled: false
- path: kit
content: ""
0 commit comments