Commit graph

4 commits

Author SHA1 Message Date
John Kerl
d9d72a3ad1
Note that CI lint cache can go stale independent of local make lint (#2176)
Discovered while debugging a lint-CI failure on #2166: golangci-lint-action's
persistent cross-commit cache can serve stale staticcheck (SA5011) results
unrelated to a given diff, even when a fresh local run is clean. The job is
continue-on-error so it doesn't block merges, but it's worth documenting so
contributors don't chase a phantom local repro.

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-07 15:21:41 -04:00
John Kerl
06eb706055
Add how-to-lint rules to README-dev.md and CLAUDE.md (#2175) 2026-07-07 15:00:29 -04:00
John Kerl
761b46219c
Some fixes for staticcheck (#2006)
* Implement some staticcheck fixes

* make fmt

* more

* more staticcheck
2026-03-03 09:27:03 -05:00
John Kerl
1efadc9ea8 CLAUDE.md 2026-03-03 08:39:37 -05:00