Skip to content

implementing new source event #476

implementing new source event

implementing new source event #476

Triggered via pull request October 9, 2024 04:59
Status Failure
Total duration 5m 59s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: source/adapter/writekeyadapter/adapter.go#L18
captLocal: `WriteKeyService' should not be capitalized (gocritic)
build: source/adapter/writekeyadapter/adapter.go#L29
return with no blank line before (nlreturn)
build: source/adapter/writekeyadapter/adapter.go#L45
break with no blank line before (nlreturn)
build: source/adapter/writekeyadapter/adapter.go#L50
break with no blank line before (nlreturn)
build: source/repository/redis/rediswritekey/writekey.go#L11
captLocal: `WriteKey' should not be capitalized (gocritic)
build: source/repository/redis/rediswritekey/writekey.go#L11
captLocal: `ExpirationTime' should not be capitalized (gocritic)
build: source/repository/redis/rediswritekey/writekey.go#L17
return with no blank line before (nlreturn)
build: source/repository/redis/rediswritekey/writekey.go#L20
paramTypeCombine: func(ctx context.Context, OwnerID string, ProjectID string) (*params.WriteKey, error) could be replaced with func(ctx context.Context, OwnerID, ProjectID string) (*params.WriteKey, error) (gocritic)
build: source/repository/redis/rediswritekey/writekey.go#L20
captLocal: `OwnerID' should not be capitalized (gocritic)
build: source/repository/redis/rediswritekey/writekey.go#L20
captLocal: `ProjectID' should not be capitalized (gocritic)
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/