Zap -> Slog #289
Annotations
10 errors and 1 warning
golangci-lint:
cmd/bffsrv/main.go#L15
could not import github.com/strideynet/bsky-furry-feed/worker (-: # github.com/strideynet/bsky-furry-feed/worker
|
golangci-lint:
worker/worker.go#L88
syntax error: unexpected ) at end of statement) (typecheck)
|
golangci-lint:
cmd/bffsrv/main.go#L265
cannot use bfflog.ChildLogger(log, "auth_engine") (value of type *slog.Logger) as *zap.Logger value in struct literal (typecheck)
|
golangci-lint:
cmd/bffsrv/main.go#L256
cannot use bfflog.ChildLogger(log, "api") (value of type *slog.Logger) as *zap.Logger value in argument to api.New (typecheck)
|
golangci-lint:
api/api_test.go#L55
harness.Log undefined (type *testenv.Harness has no field or method Log) (typecheck)
|
golangci-lint:
ingester/handle_actor_profile_test.go#L34
harness.Log undefined (type *testenv.Harness has no field or method Log)
|
golangci-lint:
ingester/handle_actor_profile_test.go#L37
harness.Log undefined (type *testenv.Harness has no field or method Log) (typecheck)
|
golangci-lint:
ingester/ingester_test.go#L27
could not import github.com/strideynet/bsky-furry-feed/ingester (-: # github.com/strideynet/bsky-furry-feed/ingester [github.com/strideynet/bsky-furry-feed/ingester.test]
|
golangci-lint:
ingester/handle_actor_profile_test.go#L34
harness.Log undefined (type *testenv.Harness has no field or method Log)
|
golangci-lint:
ingester/handle_actor_profile_test.go#L37
harness.Log undefined (type *testenv.Harness has no field or method Log)) (typecheck)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
Loading