Skip to content

Commit 1773c3b

Browse files
committed
disable check
1 parent 2e12eab commit 1773c3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gnovm/pkg/gnolang/gotypecheck.go

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ func typeCheckMemPackage(mempkg *gnovm.MemPackage, getter MemPackageGetter, test
5151
Error: func(err error) {
5252
errs = multierr.Append(errs, err)
5353
},
54+
// TODO: tempory solution to avoid false-positive unused import check
55+
// TODO: remove this once the root cause is found
56+
DisableUnusedImportCheck: true,
5457
},
5558
allowRedefinitions: testing,
5659
}

0 commit comments

Comments
 (0)