A diet Tap option for handling atproto sync
15

Configure Feed

Select the types of activity you want to include in your feed.

.golangci.yaml: warn if go.mod/go.sum is dirty

Settin modules-download-mode: readonly causes the linter to complain,
rather than silently letting the tooling fix things up behind the
scenes. This is a good belt and suspenders check to ensure whats in the
commit is what is built at that commit.

Dave Cheney (Jan 27, 2026, 9:22 AM +1100) fa743634 e4b2f9cf

+2 -1
+2 -1
.golangci.yaml
··· 1 1 version: "2" 2 - 2 + run: 3 + modules-download-mode: readonly 3 4 issues: 4 5 max-issues-per-linter: 0 5 6 max-same-issues: 0