Skip to content

feat: event sourced reservation repo impl #23

feat: event sourced reservation repo impl

feat: event sourced reservation repo impl #23

Triggered via push December 8, 2025 14:30
Status Failure
Total duration 1m 14s
Artifacts

code-quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint
issues found
lint: internal/reservation/infra/postgres/event_sourced_reservation_repository.go#L38
error is not nil (line 36) but it returns nil (nilerr)
lint: examples/eventstore/main.go#L163
ineffectual assignment to err (ineffassign)
lint: pkg/event/postgres/store.go#L35
fieldalignment: struct with 96 pointer bytes could be 88 (govet)
lint: internal/reservation/domain/reservation_event.go#L18
fieldalignment: struct with 160 pointer bytes could be 144 (govet)
lint: examples/eventstore/main.go#L1
the average complexity for the package main is 17.000000, max is 10.000000 (cyclop)