feat: query repo and projection #25
Annotations
10 errors
|
lint
issues found
|
|
lint:
internal/reservation/infra/postgres/reservation_projection.go#L27
error-format: fmt.Errorf can be replaced with errors.New (perfsprint)
|
|
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:
internal/reservation/domain/reservation_event.go#L80
fieldalignment: struct with 88 pointer bytes could be 72 (govet)
|
|
lint:
internal/reservation/domain/reservation_event.go#L71
fieldalignment: struct with 88 pointer bytes could be 72 (govet)
|
|
lint:
internal/reservation/domain/reservation_event.go#L62
fieldalignment: struct with 96 pointer bytes could be 88 (govet)
|
|
lint:
internal/reservation/domain/reservation_event.go#L53
fieldalignment: struct with 88 pointer bytes could be 72 (govet)
|
|
lint:
internal/reservation/infra/postgres/reservation_query_repository.go#L42
File is not properly formatted (golines)
|
|
lint:
examples/eventstore/main.go#L1
the average complexity for the package main is 17.000000, max is 10.000000 (cyclop)
|