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