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
I've periodically seen issue where lint failures are not reported by golangci-lint. In these cases I have run a golangci-lint cache clean which caused the linter to start reporting the failures correctly again. This is concerning because the issue happened in my CI and I had linting failures make it into my main branch.
Version of golangci-lint
$ golangci-lint --version
# golangci-lint has version v1.59.1 built with go1.22.3 from (unknown, modified: ?, mod sum: "h1:CRRLu1JbhK5avLABFJ/OHVSQ0Ie5c4ulsOId1h3TTks=") on (unknown)
Welcome
typecheck
section of the FAQ.Description of the problem
I've periodically seen issue where lint failures are not reported by golangci-lint. In these cases I have run a
golangci-lint cache clean
which caused the linter to start reporting the failures correctly again. This is concerning because the issue happened in my CI and I had linting failures make it into my main branch.Version of golangci-lint
Configuration
Go environment
Verbose output of running
A minimal reproducible example or link to a public repository
I haven't been able to reliably reproduce this. its a transient issue
Validation
Supporter
The text was updated successfully, but these errors were encountered: