This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Bump github.com/jackc/pgx/v5 from 5.5.2 to 5.5.4 #672
tests.yml
on: pull_request
Lint and Build
1m 37s
Run tests
0s
Annotations
10 errors and 1 warning
Lint and Build:
internal/groups/postgres/groups.go#L195
sloppyLen: len(ids) <= 0 can be len(ids) == 0 (gocritic)
|
Lint and Build:
internal/server/grpc/grpc.go#L107
emptyStringTest: replace `len(mtlsCA) > 0` with `mtlsCA != ""` (gocritic)
|
Lint and Build:
auth/service.go#L951
sloppyLen: len(duid) <= 0 can be len(duid) == 0 (gocritic)
|
Lint and Build:
auth/postgres/domains.go#L131
sloppyLen: len(pm.IDs) <= 0 can be len(pm.IDs) == 0 (gocritic)
|
Lint and Build:
twins/mocks/twins.go#L102
emptyStringTest: replace `len(name) > 0` with `name != ""` (gocritic)
|
Lint and Build:
things/api/http/requests.go#L342
sloppyLen: len(req.UserIDs) <= 0 can be len(req.UserIDs) == 0 (gocritic)
|
Lint and Build:
things/api/http/requests.go#L359
sloppyLen: len(req.UserIDs) <= 0 can be len(req.UserIDs) == 0 (gocritic)
|
Lint and Build:
pkg/messaging/rabbitmq/publisher.go#L82
File is not `gofumpt`-ed (gofumpt)
|
Lint and Build:
bootstrap/service.go#L138
File is not `gofumpt`-ed (gofumpt)
|
Lint and Build
issues found
|
Lint and Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, 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/.
|