You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ci.yml: ./tok filter → ./tok compress (the 'filter' subcommand does not exist)
- quality.yml fmt + imports jobs: exclude .gomodcache/.gocache/.gosrccache/vendor
from the scan. The CI runner was populating .gomodcache inside the workdir,
so gofmt and goimports were flagging every file in the Go module cache
- .gitignore: add .gomodcache/, .gocache/, .gosrccache/
- gofmt -s -w across internal/, cmd/, test/ — fixes mostly tabular struct
alignment in pre-existing files. No logic changes
Tests: 49/49 packages pass with -count=1.
0 commit comments