zed icon indicating copy to clipboard operation
zed copied to clipboard

Add `goweight` as a linter to this project

Open tstirrat15 opened this issue 5 months ago • 1 comments

Prior art: https://github.com/authzed/spicedb/pull/2449

The idea is that because this is a client binary that we distribute, we probably want to keep it within a reasonable size, and be aware of any one dependency that balloons the size of the binary.

Ideally we'd run this in CI and it would produce a report of some sort and fail if it's above a certain threshold; it'd be nice too if there was a way to have it report how much a change increased or decreased the binary size (which could be ignored under most circumstances).

tstirrat15 avatar Oct 01 '25 16:10 tstirrat15