Skip to content

begin with iavl v1.0.0 #1410

begin with iavl v1.0.0

begin with iavl v1.0.0 #1410

Triggered via pull request November 15, 2023 08:08
Status Failure
Total duration 1m 14s
Artifacts

lint.yml

on: pull_request
golangci-lint
1m 4s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: store/iavl/tree.go#L11
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (missing method Get) (typecheck)
golangci-lint: store/iavl/store.go#L115
cannot use &(immutableTree literal) (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (missing method Get) (typecheck)
golangci-lint: store/iavl/store.go#L261
impossible type assertion: istore.tree.(*immutableTree)
golangci-lint: store/iavl/store.go#L265
tree.Export undefined (type *immutableTree has no field or method Export) (typecheck)
golangci-lint: store/iavl/tree.go#L69
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
golangci-lint: store/iavl/tree.go#L73
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
golangci-lint: store/iavl/tree.go#L74
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
golangci-lint: store/iavl/tree.go#L77
it.Get undefined (type *immutableTree has no field or method Get) (typecheck)
golangci-lint: store/iavl/tree.go#L81
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)
golangci-lint: store/iavl/tree.go#L82
it.Version undefined (type *immutableTree has no field or method Version) (typecheck)