github.com/terraform-linters/tflint-plugin-sdk@v0.22.0/helper/doc.go (about)

     1  // Package helper contains implementations for plugin testing.
     2  //
     3  // You can test the implemented rules using the mock Runner that is not
     4  // an gRPC client. It is similar to TFLint's Runner, but is implemented
     5  // from scratch to avoid Terraform dependencies.
     6  //
     7  // Some implementations of the mock Runner have been simplified. As a result,
     8  // note that some features may not behave exactly as they should.
     9  package helper