Skip to content

Commit

Permalink
Temporarily disable lint rule (#218)
Browse files Browse the repository at this point in the history
* Lint: Skip flaky module

* Force test on the module

* Temporary disable unused_declaration
  • Loading branch information
bonclay7 authored Aug 11, 2023
1 parent d832c28 commit 43f1d58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos:
exclude: deploy
- id: terraform_tflint
args:
- '--args=--disable-rule=terraform_unused_declarations'
- '--args=--config=__GIT_WORKING_DIR__/.tflint.hcl'
- id: terraform_tfsec
files: ^examples/ # only scan `examples/*` which are the implementation
Expand Down
1 change: 0 additions & 1 deletion modules/eks-container-insights/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ locals {
irsa_iam_role_path = var.irsa_iam_role_path
irsa_iam_permissions_boundary = var.irsa_iam_permissions_boundary
}

}

0 comments on commit 43f1d58

Please sign in to comment.