Is your feature request related to a problem? Please describe.
Since the release of OpenTofu as an open-source alternative to Terraform, it would be desirable to add the execution of the tofu fmt command as a linter.
Describe the solution you'd like
Similar to the TERRAFORM_TERRAFORM_FMT linter, add a linter that executes the tofu fmt command instead of terraform fmt.
Additional context
https://opentofu.org/blog/the-opentofu-fork-is-now-available/
Is your feature request related to a problem? Please describe.
Since the release of OpenTofu as an open-source alternative to Terraform, it would be desirable to add the execution of the
tofu fmtcommand as a linter.Describe the solution you'd like
Similar to the
TERRAFORM_TERRAFORM_FMTlinter, add a linter that executes thetofu fmtcommand instead ofterraform fmt.Additional context
https://opentofu.org/blog/the-opentofu-fork-is-now-available/