This repository was archived by the owner on Jun 2, 2026. It is now read-only.
feat: GraphQL filtering, sorting, search & pagination #109
Annotations
8 errors
|
lint
issues found
|
|
lint:
internal/graphql/types/mapper.go#L2
var-naming: avoid meaningless package names (revive)
|
|
lint:
internal/database/repositories/records.go#L830
ineffectual assignment to nextPlaceholder (ineffassign)
|
|
lint:
internal/database/repositories/records.go#L712
ineffectual assignment to nextPlaceholder (ineffassign)
|
|
lint:
internal/database/repositories/records.go#L571
ineffectual assignment to nextPlaceholder (ineffassign)
|
|
lint:
internal/tap/admin.go#L100
httpNoBody: http.NoBody should be preferred to the nil request body (gocritic)
|
|
lint:
internal/tap/admin.go#L69
httpNoBody: http.NoBody should be preferred to the nil request body (gocritic)
|
|
lint:
internal/tap/consumer_test.go#L764
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|