reviewdog / action-tflint

Run tflint with reviewdog on pull requests to enforce best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It would be helpful to run tflint init

solacelost opened this issue · comments

The current method of being able to specifically call installations for plugins is great, but tflint already supports downloading plugins and has a robust system for configuring plugins and tflint itself. Use of .tflint.hcl means that I can have similar configurations when multiple developers are running tflint locally, and the ability to inherit that configuration (including version pinning and other configuration for plugins) by letting us call tflint init as a(n optional) preparatory step would be great.