fix: external function varchar return type validation #3043
Annotations
2 errors
golangci-lint:
pkg/resources/external_function_acceptance_test.go#L546
[golangci] reported by reviewdog 🐶
File is not properly formatted (gofumpt)
Raw Output:
pkg/resources/external_function_acceptance_test.go:546:1: File is not properly formatted (gofumpt)
^
|
golangci-lint:
pkg/resources/external_function_acceptance_test.go#L545
[golangci] reported by reviewdog 🐶
unnecessary leading newline (whitespace)
Raw Output:
pkg/resources/external_function_acceptance_test.go:545:115: unnecessary leading newline (whitespace)
func externalFunctionConfigWithReturnType(database string, schema string, name string, returnType string) string {
^
|
Loading