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

tflint: Add format option to the config file #1369

Merged
merged 1 commit into from
May 5, 2022
Merged

Conversation

wata727
Copy link
Member

@wata727 wata727 commented May 3, 2022

Fixes #1343

This PR adds the format option to the config file. This option allows you to specify the format from the config file, similar to the CLI flags. The following is an example to configure the format as compact:

config {
  format = "compact"
}

@wata727 wata727 merged commit 8c7bdfe into master May 5, 2022
@wata727 wata727 deleted the add_format_to_config branch May 5, 2022 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Make format configurable via the config file
1 participant