Skip to content

hm?

hm? #27

Triggered via push September 6, 2024 14:08
Status Failure
Total duration 1m 14s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: runtime/eval_new_expression.go#L33
Error return value is not checked (errcheck)
lint: runtime/runtime.go#L82
Error return value of `r.Eval` is not checked (errcheck)
lint: runtime/type_cast.go#L69
cognitive complexity 27 of func `numberCast` is high (> 20) (gocognit)
lint: object/number.go#L41
G115: integer overflow conversion uint64 -> uint32 (gosec)
lint: object/number.go#L74
G115: integer overflow conversion *uint64 -> unsafe.Pointer (gosec)
lint: runtime/type_cast.go#L118
G115: integer overflow conversion int64 -> int8 (gosec)
lint: runtime/type_cast.go#L120
G115: integer overflow conversion int64 -> int16 (gosec)
lint: runtime/type_cast.go#L122
G115: integer overflow conversion int64 -> int32 (gosec)
lint: runtime/type_cast.go#L126
G115: integer overflow conversion int64 -> uint8 (gosec)
lint: runtime/type_cast.go#L128
G115: integer overflow conversion int64 -> uint16 (gosec)