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
With the example config, every non-go file in a dir without go files gets an error on character 1:
ERRO Running error: context loading failed: no go files to analyze: running `go mod tidy` may solve the problem
This is the same error as running golangci-lint run --out-format json --issues-exit-code=1 in a dir with no go files. I don't see any CLI flags on golangci-lint to make it not print this error.
lukasmalkmus, endigma, chlins, maxekman, nrbrd and 9 more