Skip to content

chore: schema.md (#6) #41

chore: schema.md (#6)

chore: schema.md (#6) #41

Triggered via push January 30, 2025 21:00
Status Failure
Total duration 54s
Artifacts

linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: services/user/user_get.go#L28
receiver-naming: receiver name s should be consistent with previous receiver name u for User (revive)
lint: services/user/user_create.go#L9
ST1016: methods on the same type should have the same receiver name (seen 1x "s", 3x "u") (stylecheck)
lint: services/identifier/identifier_service.go#L17
importShadow: shadow of imported from 'github.com/dezh-tech/panda/services/domain' package 'domainService' (gocritic)
lint: services/identifier/identifier_get.go#L28
receiver-naming: receiver name s should be consistent with previous receiver name d for Identifier (revive)
lint: services/identifier/identifier_create.go#L12
ST1016: methods on the same type should have the same receiver name (seen 1x "s", 3x "d", 3x "i") (stylecheck)
lint: services/domain/domain_get.go#L28
receiver-naming: receiver name s should be consistent with previous receiver name d for Domain (revive)
lint: services/domain/domain_create.go#L9
ST1016: methods on the same type should have the same receiver name (seen 1x "s", 3x "d") (stylecheck)
lint: deliveries/http/http_server.go#L34
hugeParam: s is heavy (112 bytes); consider passing it by pointer (gocritic)
lint: deliveries/http/http_server.go#L45
hugeParam: s is heavy (112 bytes); consider passing it by pointer (gocritic)
lint: deliveries/http/http_server.go#L21
importShadow: shadow of imported from 'github.com/dezh-tech/panda/services/domain' package 'domainService' (gocritic)