feat(ormus): implement event manager #489
Annotations
8 errors and 1 warning
build:
pkg/eventmanager/init.go#L11
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
build:
pkg/eventmanager/init.go#L24
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
build:
pkg/eventmanager/init.go#L29
directive `//nolint:contextcheck //We use ctx just for extract tracer carrier.` is unused for linter "contextcheck" (nolintlint)
|
build:
pkg/eventmanager/init.go#L38
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
build:
pkg/eventmanager/init.go#L43
directive `//nolint:contextcheck //We use ctx just for extract tracer carrier.` is unused for linter "contextcheck" (nolintlint)
|
build:
pkg/eventmanager/init.go#L52
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
build:
pkg/eventmanager/init.go#L57
directive `//nolint:contextcheck //We use ctx just for extract tracer carrier.` is unused for linter "contextcheck" (nolintlint)
|
build
Process completed with exit code 2.
|
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/
|