Github Pull Request #14
Annotations
24 errors
Gen CHANGELOG file
Process completed with exit code 1.
|
Run go lint:
cmd/api/admin-api/main.go#L65
return with no blank line before (nlreturn)
|
Run go lint:
cmd/api/admin-api/main.go#L68
shadow: declaration of "err" shadows declaration at line 51 (govet)
|
Run go lint:
cmd/api/admin-api/main.go#L74
shadow: declaration of "err" shadows declaration at line 51 (govet)
|
Run go lint:
cmd/api/admin-api/main.go#L88
shadow: declaration of "err" shadows declaration at line 51 (govet)
|
Run go lint:
cmd/api/admin-api/main.go#L107
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Run go lint:
cmd/api/chat-api/main.go#L64
return with no blank line before (nlreturn)
|
Run go lint:
cmd/api/chat-api/main.go#L76
shadow: declaration of "err" shadows declaration at line 50 (govet)
|
Run go lint:
cmd/api/chat-api/main.go#L90
shadow: declaration of "err" shadows declaration at line 50 (govet)
|
Run go lint:
cmd/api/chat-api/main.go#L109
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Run go lint:
cmd/rpc/admin-rpc/main.go#L49
return with no blank line before (nlreturn)
|
make init
Process completed with exit code 1.
|
Run go format and lint
Process completed with exit code 2.
|
OpenIM verify copyright
Process completed with exit code 2.
|
Run unit test and get test coverage:
pkg/common/config/parse.go#L31
errs redeclared in this block
|
Run unit test and get test coverage:
pkg/common/config/parse.go#L29
other declaration of errs
|
Run unit test and get test coverage:
pkg/common/config/parse.go#L31
"github.com/OpenIMSDK/tools/errs" imported and not used
|
Run unit test and get test coverage:
pkg/common/db/table/admin/admin.go#L45
undefined: pagination
|
Run unit test and get test coverage:
pkg/common/db/table/admin/applet.go#L46
undefined: pagination
|
Run unit test and get test coverage:
pkg/common/db/table/admin/forbidden_account.go#L40
undefined: pagination
|
|
Run unit test and get test coverage:
pkg/common/db/table/admin/ip_forbidden.go#L38
undefined: pagination
|
|
|
Loading