typesense-go icon indicating copy to clipboard operation
typesense-go copied to clipboard

CI lint checking is failing

Open kishorenc opened this issue 2 years ago • 1 comments

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 avatar Oct 04 '22 08:10 kishorenc

@kishorenc sure, revive was integrated into golangci-lint

v-byte-cpu avatar Oct 10 '22 20:10 v-byte-cpu