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

Disable module inspection by default #329

Merged
merged 1 commit into from
Jun 27, 2019
Merged

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Jun 11, 2019

Fixes #198, #248

Disable module inspection by default, as described in #248.

The change allows you to perform an inspection without required additional steps. As before, if you want to do module inspection, perform with the --module option:

$ tflint --module

You can also enable/disable the option from a configuration file as follows:

config {
  module = true
}

@wata727 wata727 added this to the v0.9.0 milestone Jun 11, 2019
@wata727 wata727 force-pushed the disable_modules_by_default branch from 87ec23d to b18d8e3 Compare June 27, 2019 13:31
@wata727 wata727 force-pushed the disable_modules_by_default branch from b18d8e3 to 9316dc7 Compare June 27, 2019 13:37
@wata727 wata727 merged commit 61f84cc into master Jun 27, 2019
@wata727 wata727 deleted the disable_modules_by_default branch June 27, 2019 13:49
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.

tflint fails on modules if terraform init isn't ran
1 participant