mschuchard / linter-terraform-syntax

terraform validate linter and formatter for pulsar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linter not reporting warnings from `terraform validate`

nergdron opened this issue · comments

as discovered while debugging #20 on my system, I'm seeing a consistent issue where if there's errors output from terraform validate then the linter works as expected, showing any errors or warnings in the UI, but when there's only warnings, nothing seems to show up at all. I caught this while removing quotes around variable type names in existing code, and it wasn't warning me about those in atom, but it was when running terraform validate in the shell.

Please either create a MCVE, or at the very least display the relevant output for terraform validate -no-color -json <path>.

Closing due to inactivity.