Allow overriding schedule jobs #262
Annotations
10 errors and 1 warning
golangci-lint:
backends/suite_test.go#L49
G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
|
golangci-lint:
backends/suite_test.go#L50
G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
|
golangci-lint:
backends/suite_test.go#L190
G404: Use of weak random number generator (math/rand instead of crypto/rand) (gosec)
|
golangci-lint:
backends/suite_test.go#L184
unnecessary trailing newline (whitespace)
|
golangci-lint:
backends/memory/memory_backend.go#L70
calculated cyclomatic complexity for function Enqueue is 11, max is 10 (cyclop)
|
golangci-lint:
backends/suite_test.go#L187
Duplicate words (that) found (dupword)
|
golangci-lint:
backends/suite.go#L24
test helper function should start from t.Helper() (thelper)
|
golangci-lint:
backends/postgres/postgres_backend_test.go#L784
test helper function should start from t.Helper() (thelper)
|
golangci-lint:
backends/postgres/postgres_backend.go#L878
error returned from external package is unwrapped: sig: func (*github.com/jackc/pgx/v5/pgxpool.Conn).Begin(ctx context.Context) (github.com/jackc/pgx/v5.Tx, error) (wrapcheck)
|
golangci-lint:
backends/suite_test.go#L80
error returned from external package is unwrapped: sig: func github.com/acaloiaro/neoq/jobs.FromContext(ctx context.Context) (j *github.com/acaloiaro/neoq/jobs.Job, err error) (wrapcheck)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading