typesense-go
typesense-go copied to clipboard
CI lint checking is failing
Description
CI lint checking fails with a cryptic error:
go/pkg/mod/github.com/mattn/[email protected]/runewidth.go:7:2: found packages uniseg (doc.go) and main (gen_breaktest.go) in /go/pkg/mod/github.com/rivo/[email protected]
@v-byte-cpu can you please help with this? I get the same error when I run locally as well. Also, is it possible to use a single lint checking step, instead of using both revive
and golangci-lint
?
@kishorenc sure, revive was integrated into golangci-lint