1.52.2: tests are ignored on machines of my colleagues but on my machine I see errors from tests #3990
Replies: 2 comments 10 replies
-
Very hard to tell with this little information but a few things you can check: Are you using the same OS and version? Maybe a good idea to attach the output of running |
Beta Was this translation helpful? Give feedback.
-
Based on the log To check the version and details: golangci-lint version --debug There is no reason to have a difference in test files if you are using the exact same configuration, the exact same golangci-lint version (from our binaries), the same version of Go, and the same GOOS and GOARCH. The only things that can have an influence are:
IMO it's a configuration issue. I recommend creating a minimalist project based on the suggestion of this post, with only 2 files and see if the problem is still here. Note: I don't really know Gentoo (I never tried it) but the package is really old https://packages.gentoo.org/packages/dev-go/golangci-lint, but maybe you are not using this package. |
Beta Was this translation helpful? Give feedback.
-
We use the same config, how is that possible?
Tried to upgrade to 1.53.3
Beta Was this translation helpful? Give feedback.
All reactions