mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
docs: Add known limitations (#582)
Co-authored-by: George L. Yermulnik <yz@yz.kiev.ua>
This commit is contained in:
parent
7122298824
commit
95fc56f84c
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ If you are using `pre-commit-terraform` already or want to support its developme
|
|||
* [4. Run](#4-run)
|
||||
* [Available Hooks](#available-hooks)
|
||||
* [Hooks usage notes and examples](#hooks-usage-notes-and-examples)
|
||||
* [Known limitations](#known-limitations)
|
||||
* [All hooks: Usage of environment variables in `--args`](#all-hooks-usage-of-environment-variables-in---args)
|
||||
* [All hooks: Set env vars inside hook at runtime](#all-hooks-set-env-vars-inside-hook-at-runtime)
|
||||
* [All hooks: Disable color output](#all-hooks-disable-color-output)
|
||||
|
|
@ -285,6 +286,10 @@ Check the [source file](https://github.com/antonbabenko/pre-commit-terraform/blo
|
|||
|
||||
## Hooks usage notes and examples
|
||||
|
||||
### Known limitations
|
||||
|
||||
Terraform operates on a per-dir basis, while `pre-commit` framework only supports files and files that exist. This means if you only remove the TF-related file without any other changes in the same dir, checks will be skipped. Example and details [here](https://github.com/pre-commit/pre-commit/issues/3048).
|
||||
|
||||
### All hooks: Usage of environment variables in `--args`
|
||||
|
||||
> All, except deprecated hooks: `checkov`, `terraform_docs_replace`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue