Skip to content

Fix: Addresses 5th Feb Code Review #96

Fix: Addresses 5th Feb Code Review

Fix: Addresses 5th Feb Code Review #96

Triggered via pull request February 5, 2026 12:58
@daviddaodaviddao
synchronize #19
review-fixes
Status Failure
Total duration 2m 44s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint
issues found
lint: internal/database/repositories/records.go#L304
paramTypeCombine: func(ctx context.Context, collection string, limit int, afterTimestamp string, afterURI string) ([]*Record, error) could be replaced with func(ctx context.Context, collection string, limit int, afterTimestamp, afterURI string) ([]*Record, error) (gocritic)