Closed amanenk closed 2 years ago
fixed print of provider configuration error when error is in diags.
Use the following steps to ensure your PR is ready to be reviewed
go fmt
golangci-lint run
We are going to remove diags. so let's hold with any code that touches it atm. there are a lot of bugs related to that but they will partially go away with https://github.com/cloudquery/cq-provider-sdk/pull/437
Summary
fixed print of provider configuration error when error is in diags.
Use the following steps to ensure your PR is ready to be reviewed
go fmt
to format your code ๐golangci-lint run
๐จ (install golangci-lint here)