Skip to content
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

fix(test): disable tflint --fix by default #2105

Merged
merged 2 commits into from
Dec 15, 2024

Conversation

suzuki-shunsuke
Copy link
Owner

tflint --fix requires tflint v0.48.0 or later.
So this is a breaking change.
To keep the compatibility, we disable this feature by default.

You can enable this feature by tfaction-root.yaml

tflint:
  enabled: true
  fix: true

suzuki-shunsuke and others added 2 commits December 15, 2024 11:07
tflint --fix requires tflint v0.48.0 or later.
So this is a breaking change.
To keep the compatibility, we disable this feature by default.

You can enable this feature by tfaction-root.yaml

```yaml
tflint:
  enabled: true
  fix: true
```
@suzuki-shunsuke suzuki-shunsuke added this to the v1.13.1 milestone Dec 15, 2024
@suzuki-shunsuke suzuki-shunsuke merged commit acf8628 into main Dec 15, 2024
10 checks passed
@suzuki-shunsuke suzuki-shunsuke deleted the fix-disable-tflint-fix-by-default branch December 15, 2024 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant