Commit Graph

2 Commits

Author SHA1 Message Date
Riley Zhang
b0a7359a2e Simplify fmt target to only use gofmt (goimports not available)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-24 05:02:50 +02:00
Riley Zhang
6f03ff2465 Add linting, formatting, and test infrastructure for Phase 1
- Add .golangci.yml with sensible linting rules
- Add Makefile with test, lint, fmt, vet, build targets
- Enhance CI pipeline with Go formatting check and golangci-lint job
- Create shared testutil.FakeRepository for handler tests
- Refactor handler tests to use shared FakeRepository
- Add data/ and coverage.out to .gitignore

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-24 04:59:52 +02:00