hm? #27
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)
|