Skip to content

Commit

Permalink
fix: exclude LICENSE from terraform_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
esacteksab committed Jan 11, 2025
1 parent 72ec0d0 commit a7aa982
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repos:
- id: terraform_docs
args:
- --args=--config=.terraform-docs.yml
- --hook-config=--path-to-file=README.md
- --hook-config=--add-to-existing-file=true
- --hook-config=--create-file-if-not-exist=true
exclude: |
(?x)^(
LICENSE
)$

0 comments on commit a7aa982

Please sign in to comment.