Commit Graph

2 Commits

Author SHA1 Message Date
bvandeusen 743fbe9d5c ci(lint): drop revive exported rule; require no doc-comment boilerplate
Revive's `exported` check forced doc comments on every exported symbol —
that conflicts with the project's policy of only writing comments when
the "why" is non-obvious. Keep `var-naming`, `unused-parameter`, and
`early-return` for signal that doesn't mandate prose.
2026-04-18 21:47:40 +00:00
bvandeusen 9bce7fee10 ci: add .golangci.yml config for CI lint step 2026-04-18 21:21:14 +00:00