Reimplement aws integrations with terraform-plugin-framework #209
Annotations
3 errors
golangci-lint:
internal/mackerel/aws_integration.go#L238
S1002: should omit comparison to bool constant, can be simplified to `!oldService.Enable.ValueBool()` (gosimple)
|
golangci-lint:
internal/mackerel/aws_integration.go#L241
S1002: should omit comparison to bool constant, can be simplified to `!oldService.RetireAutomatically.ValueBool()` (gosimple)
|
golangci-lint
issues found
|