terraform/internal/plugin
Martin Atkins 965c0f3f91 build: Run staticcheck with "go run"
Running the tool this way ensures that we'll always run the version
selected by our go.mod file, rather than whatever happened to be available
in $GOPATH/bin on the system where we're running this.

This change caused some contexts to now be using a newer version of
staticcheck with additional checks, and so this commit also includes some
changes to quiet the new warnings without any change in overall behavior.
2021-10-12 11:42:17 -07:00
..
convert
discovery build: Run staticcheck with "go run" 2021-10-12 11:42:17 -07:00
mock_proto
grpc_error.go
grpc_provider.go
grpc_provider_test.go
grpc_provisioner.go
grpc_provisioner_test.go
plugin.go
serve.go
ui_input.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
ui_input_test.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
ui_output.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
ui_output_test.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00