typesense / typesense-go

Go client for Typesense: https://github.com/typesense/typesense
Apache License 2.0
220 stars 56 forks source link

CI lint checking is failing #116

Open kishorenc opened 2 years ago

kishorenc commented 2 years ago

Description

CI lint checking fails with a cryptic error:

go/pkg/mod/github.com/mattn/go-runewidth@v0.0.14/runewidth.go:7:2: found packages uniseg (doc.go) and main (gen_breaktest.go) in /go/pkg/mod/github.com/rivo/uniseg@v0.4.2

@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?

v-byte-cpu commented 2 years ago

@kishorenc sure, revive was integrated into golangci-lint