Matt Johnson-Pint
Matt Johnson-Pint
@ldez - there's still something slightly off. If I have everything in one `main.go` file and add the build tag to the run configuration it lints correctly. But if I...
Ok. I can do that for now. Did you want to re-open this then? Or is it an issue for Go itself?
Understood. Thank you.
FYI, the [workaround](https://github.com/golangci/golangci-lint/issues/4956#issuecomment-2310719310) with build tags in separate files is actually working quite nicely for me. I can use the "fake" one for mocking the imported functions in unit tests....