fix: fixed nil pointer exception after sdk update #207
Annotations
10 errors and 1 warning
golangci-lint:
internal/provider/provider.go#L98
calculated cyclomatic complexity for function Configure is 15, max is 10 (cyclop)
|
golangci-lint:
internal/resources/associate_role/resource.go#L293
type assertion must be checked (forcetypeassert)
|
golangci-lint:
internal/resources/state_transition/resource.go#L23
var `globalUniqueStore` is unused (unused)
|
golangci-lint:
internal/resources/state_transition/resource.go#L24
var `globalUniqueMutex` is unused (unused)
|
golangci-lint:
internal/resources/state_transition/resource.go#L85
type assertion must be checked (forcetypeassert)
|
golangci-lint:
internal/resources/state_transition/resource.go#L119
SA1019: sdk_resource.RetryContext is deprecated: Use helper/retry package instead. This is required for migrating acceptance testing to terraform-plugin-testing. (staticcheck)
|
golangci-lint:
internal/resources/state_transition/resource.go#L215
SA1019: sdk_resource.RetryContext is deprecated: Use helper/retry package instead. This is required for migrating acceptance testing to terraform-plugin-testing. (staticcheck)
|
golangci-lint:
internal/resources/state_transition/resource.go#L274
SA1019: sdk_resource.RetryContext is deprecated: Use helper/retry package instead. This is required for migrating acceptance testing to terraform-plugin-testing. (staticcheck)
|
golangci-lint:
internal/sharedtypes/address.go#L154
calculated cyclomatic complexity for function Equal is 24, max is 10 (cyclop)
|
golangci-lint:
internal/customvalidator/field.go#L97
unnecessary trailing newline (whitespace)
|
Upload to codecov
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Loading