Conversation
wata727
force-pushed
the
autofix
branch
10 times, most recently
from
May 6, 2023 16:08
4740bf7 to
78929f6
Compare
wata727
force-pushed
the
autofix
branch
3 times, most recently
from
May 24, 2023 16:57
f373e00 to
c8ded42
Compare
wata727
force-pushed
the
autofix
branch
9 times, most recently
from
June 2, 2023 17:36
cebc231 to
0722239
Compare
Member
Author
|
@bendrucker Could you review this? If you're interested, you can also review the PRs for the SDK and TFLint core about the autofix feature. If you have any questions, feel free to ask. Thanks! |
Member
|
Will do! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See also terraform-linters/tflint#1755
See also terraform-linters/tflint-plugin-sdk#254
This PR adds support for autofix in the following rules:
terraform_comment_syntaxterraform_deprecated_indexterraform_deprecated_interpolationterraform_empty_list_equalityterraform_required_providersourcecan be fixedterraform_unused_declarationsIn TFLint v0.47,
tflint --fixcan automatically fix these issues.