Reimplement aws integrations with terraform-plugin-framework #207
Annotations
4 errors
golangci-lint:
internal/mackerel/aws_integration.go#L166
File is not `gofmt`-ed with `-s` (gofmt)
|
golangci-lint:
internal/mackerel/aws_integration.go#L234
S1002: should omit comparison to bool constant, can be simplified to `!oldService.Enable.ValueBool()` (gosimple)
|
golangci-lint:
internal/mackerel/aws_integration.go#L237
S1002: should omit comparison to bool constant, can be simplified to `!oldService.RetireAutomatically.ValueBool()` (gosimple)
|
golangci-lint
issues found
|