-
-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terraform_lint doesn't correctly parse args #93
Comments
Did you try something like this : - id: terraform_tflint
args: ['args=--deep'] |
- id: terraform_tflint
args: ['args=--deep'] works. In order to pass multiple args I had do add - id: terraform_tflint
args:
- 'args=--deep'
- 'args=--enable-rule=terraform_documented_variables' |
Great. @pietro or @grabcocque will you please update the doc ? |
I've opened a PR: #95 |
v1.27.0 has been just released. Thanks @grabcocque ! |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've added the following to my pre-commit config:
but:
The text was updated successfully, but these errors were encountered: