"Problems" feature simply ignoring the linters I'm providing it

Hello.

Did anyone manage to setup the “Problems” features in Intellij to use the linter you're providing it?

It's giving me errors that golangci-lint is not reporting and it's not providing me errors that golangci-lint is providing.

It's exasperating to fight the IDE like this. Did anyone manage to overcome this problem?

1
Hi Evgeniy,

Could you please check if you have "Warnings from golangci-lint" enabled under Settings | Editor | Inspections > Go > General? 
It would also be very helpful if you could let us know:
• the version of the IDE you’re using
• the version of golangci-lint    

As an experiment, could you also try disabling "Use config" and instead manually selecting the same linters from the table, to see if that makes any difference?

Thanks!
0

Hello.

Yes, “Warnings from golangci-lint” is enabled under  “Settings | Editor | Inspections > Go > General”.

 

I'm using GoLand 2025.2.1 Build #GO-252.25557.175, built on September 2, 2025.

 

golangci-lint has version 2.4.0 built with go1.25.0 from 43d0339 on 2025-08-13T20:45:00Z

0
Hi Evgeniy,

Thanks for the update. Unfortunately, we haven’t been able to reproduce this behavior on our side. To investigate further, could you share a project where you see a mismatch between golangci-lint CLI output and what’s shown in GoLand? Please also include your golangci.yml configuration file.
If possible, a short description or screenshot of errors that appear differently in the IDE vs. the CLI run would also be very helpful.

With these details, we should be able to pinpoint what’s going wrong.
0

请先登录再写评论。