OpenTofu Specific Code Override: Add support to .tofu files (#1738)

Signed-off-by: Ronny Orot <ronny.orot@gmail.com>
This commit is contained in:
Ronny Orot
2024-06-24 16:10:35 +03:00
committed by GitHub
parent 1ecb2dcae3
commit ab289fc07c
27 changed files with 575 additions and 12 deletions

View File

@@ -32,6 +32,9 @@ linters-settings:
cyclop:
max-complexity: 15
gocognit:
min-complexity: 50
issues:
exclude-rules:
- path: (.+)_test.go