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
$ go version && go envgo version go1.21.3 linux/amd64GO111MODULE=''GOARCH='amd64'GOBIN=''GOCACHE='/home/user/.cache/go-build'GOENV='/home/user/.config/go/env'GOEXE=''GOEXPERIMENT=''GOFLAGS=''GOHOSTARCH='amd64'GOHOSTOS='linux'GOINSECURE=''GOMODCACHE='/home/user/go/pkg/mod'GONOPROXY=''GONOSUMDB=''GOOS='linux'GOPATH='/home/user/go'GOPRIVATE=''GOPROXY='direct'GOROOT='/usr/lib/go'GOSUMDB='sum.golang.org'GOTMPDIR=''GOTOOLCHAIN='auto'GOTOOLDIR='/usr/lib/go/pkg/tool/linux_amd64'GOVCS=''GOVERSION='go1.21.3'GCCGO='gccgo'GOAMD64='v1'AR='ar'CC='gcc'CXX='g++'CGO_ENABLED='1'GOMOD='/home/user/projects/etke.cc/mrs/api/go.mod'GOWORK=''CGO_CFLAGS='-O2 -g'CGO_CPPFLAGS=''CGO_CXXFLAGS='-O2 -g'CGO_FFLAGS='-O2 -g'CGO_LDFLAGS='-O2 -g'PKG_CONFIG='pkg-config'GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build3766158995=/tmp/go-build -gno-record-gcc-switches'
Verbose output of running
$ golangci-lint cache clean
$ golangci-lint run -vINFO [config_reader] Config search paths: [./ /home/user/projects/etke.cc/mrs/api /home/user/projects/etke.cc/mrs /home/user/projects/etke.cc /home/user/projects /home/user /home /] INFO [config_reader] Used config file .golangci.yml INFO [lintersdb] Active 15 linters: [errcheck gci gocognit gocritic gofumpt goimports gosimple govet ineffassign misspell nestif staticcheck stylecheck unparam unused] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|files|name|compiled_files|exports_file|imports) took 73.050549ms ERRO Running error: context loading failed: no go files to analyze INFO Memory: 2 samples, avg is 25.3MB, max is 27.3MB INFO Execution took 76.012364ms
A minimal reproducible example or link to a public repository
Welcome
Description of the problem
Running
golangci-lint run ./...
inside the root of the https://gitlab.com/etke.cc/mrs/api project fails with the error:Version of golangci-lint
Configuration
Go environment
Verbose output of running
A minimal reproducible example or link to a public repository
https://gitlab.com/etke.cc/mrs/api
Validation
The text was updated successfully, but these errors were encountered: