Skip to content

Add Support for Terraform Lint Checking

Compare
Choose a tag to compare
@osterman osterman released this 13 Oct 21:06
· 233 commits to master since this release

what

  • Validate code has been lint tested
  • Validate plugins are downloadable
  • Validate modules are downloadable
  • Validate code is syntactically correct

why

  • Improve overall code quality/consistency

demo

With broken formatting:
https://travis-ci.org/cloudposse/terraform-null-label/builds/282578671
image

After fixing formatting:
https://travis-ci.org/cloudposse/terraform-null-label/builds/282581055
image