Skip to content

Commit a500dd7

Browse files
committed
chore(make-lint): disable terraform_deprecated_interpolation rule
1 parent 4b2cc7f commit a500dd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ fmt:
66
terraform fmt -recursive
77

88
lint:
9-
tflint ./modules/glue
10-
tflint ./modules/iam
11-
tflint ./modules/emr
9+
tflint --disable-rule=terraform_deprecated_interpolation ./modules/glue
10+
tflint --disable-rule=terraform_deprecated_interpolation ./modules/iam
11+
tflint --disable-rule=terraform_deprecated_interpolation ./modules/emr
1212

1313
docs:
1414
terraform-docs markdown document ./modules/glue > ./modules/glue/README.md

0 commit comments

Comments
 (0)