nvim-lint icon indicating copy to clipboard operation
nvim-lint copied to clipboard

feat: add tofu_validate

Open varac opened this issue 7 months ago • 2 comments

Add tofu_validate. OpenTofu is a FOSS fork of Terraform.

varac avatar May 26 '25 16:05 varac

Could you revert the format changes in the readme?

Done!

varac avatar Jun 10 '25 15:06 varac

Is there any reason to name this linter tofu_validate instead of just tofu to match the executable?

It's because I basically copy pasted from terraform_validate.lua. Both run the validate subcommand. But I could rename it to tofu.lua if you like.

varac avatar Jun 14 '25 05:06 varac

Thanks, renamed it to tofu and merged it.

mfussenegger avatar Jul 04 '25 08:07 mfussenegger