-
-
Notifications
You must be signed in to change notification settings - Fork 400
Closed
Labels
Description
On some CI machines the staticcheck cache has grown to many GB. I took at look at the code and saw that the cache code is copied from the Go tool. However, Cache.Trim is never called (and I can see that there is no trim.txt in the cache directory).
Is this intentional? I'm guessing it's a bug.
I'm using v0.3.0 but I don't think the behavior has changed since then.
ainar-g