tercul-backend/internal/app/user
google-labs-jules[bot] f2e93ede10 fix: resolve remaining lint errors
- Fix unhandled errors in tests (errcheck)
- Define constants for repeated strings (goconst)
- Suppress high complexity warnings with nolint:gocyclo
- Fix integer overflow warnings (gosec)
- Add package comments
- Split long lines (lll)
- Rename Analyse -> Analyze (misspell)
- Fix naked returns and unused params
2025-11-30 22:02:24 +00:00
..
commands_test.go feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
commands.go fix: resolve remaining lint errors 2025-11-30 22:02:24 +00:00
main_test.go feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
queries_test.go feat(testing): Increase test coverage and fix authz bugs 2025-10-09 07:03:45 +00:00
queries.go feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
service.go feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00