feat: grant privileges to database role resource #261
Annotations
2 errors
golangci-lint:
pkg/resources/grant_privileges_to_database_role.go#L633
[golangci] reported by reviewdog 🐶
S1009: should omit nil check; len() for github.com/hashicorp/terraform-plugin-sdk/v2/diag.Diagnostics is defined as zero (gosimple)
Raw Output:
pkg/resources/grant_privileges_to_database_role.go:633:5: S1009: should omit nil check; len() for github.com/hashicorp/terraform-plugin-sdk/v2/diag.Diagnostics is defined as zero (gosimple)
if diags != nil && len(diags) != 0 {
^
|
golangci-lint
reviewdog exited with status code: 1
|
The logs for this run have expired and are no longer available.
Loading