You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run golangci-lint, it complains about goimports not being applied on some files, but running goimports on those files makes no difference: it still complains about it.
$ GO111MODULE=off golangci-lint run --disable-all -E goimports
src/archiver/test/fake_sink.go:8: File is not `goimports`-ed (goimports)
$ GO111MODULE=off go version && go env
go version go1.12.5 darwin/amd64
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/jose.armesto/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/jose.armesto/dev"
GOPROXY=""
GORACE=""
GOROOT="/usr/local/opt/go/libexec"
GOTMPDIR=""
GOTOOLDIR="/usr/local/opt/go/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/jose.armesto/dev/src/github.com/company/project/go.mod"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/s1/b2s7pp8j7mb3pb6ph8gbv2sc0000gn/T/go-build498201237=/tmp/go-build -gno-record-gcc-switches -fno-common"
The text was updated successfully, but these errors were encountered:
Trying to run golangci-lint, it complains about
goimports
not being applied on some files, but runninggoimports
on those files makes no difference: it still complains about it.The text was updated successfully, but these errors were encountered: