Implemented logic for function #3
Annotations
6 errors and 1 warning
Lint:
fn.go#L39
Error return value of `json.Unmarshal` is not checked (errcheck)
|
Lint:
fn.go#L8
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/crossplane) -s prefix(github.com/crossplane-contrib) -s blank -s dot --custom-order (gci)
|
Lint:
fn.go#L13
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/crossplane) -s prefix(github.com/crossplane-contrib) -s blank -s dot --custom-order (gci)
|
Lint:
fn.go#L23
cyclomatic complexity 14 of func `(*Function).RunFunction` is high (> 10) (gocyclo)
|
Lint:
fn.go#L38
Error return value of `encoding/json.Marshal` is not checked: unsafe type `interface{}` found (errchkjson)
|
Lint
issues found
|
Lint:
fn.go#L17
exported: exported type Function should have comment or be unexported (revive)
|
The logs for this run have expired and are no longer available.
Loading