Skip to content

Commit 43f1d58

Browse files
authored
Temporarily disable lint rule (#218)
* Lint: Skip flaky module * Force test on the module * Temporary disable unused_declaration
1 parent d832c28 commit 43f1d58

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ repos:
2020
exclude: deploy
2121
- id: terraform_tflint
2222
args:
23+
- '--args=--disable-rule=terraform_unused_declarations'
2324
- '--args=--config=__GIT_WORKING_DIR__/.tflint.hcl'
2425
- id: terraform_tfsec
2526
files: ^examples/ # only scan `examples/*` which are the implementation

modules/eks-container-insights/locals.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,4 @@ locals {
7474
irsa_iam_role_path = var.irsa_iam_role_path
7575
irsa_iam_permissions_boundary = var.irsa_iam_permissions_boundary
7676
}
77-
7877
}

0 commit comments

Comments
 (0)