Replies: 1 comment 1 reply
-
|
See #1860, particularly my latest comment. We're not moving forward with that proposal to just hack on handling based on the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Introduction
Tflint is capable of verifying
*.hclfiles (e.g. Terragrunt configurations), but currently I have to rename these to*.tf, which is inconvenient. It would be nice if I'm able to runtflintalso on*.hclfiles with some argument.Proposal
Allow checking of
*.hclfiles with an argument (e.g.--hclor--check-hcl).Beta Was this translation helpful? Give feedback.
All reactions