文档:补充镜像、一键脚本与二进制安装方式 #84
Annotations
11 errors and 1 warning
|
golangci-lint:
backend/internal/service/account_credential_text_redact.go#L49
Error return value of `(*strings.Builder).WriteString` is not checked (errcheck)
|
|
golangci-lint:
backend/internal/service/account_credential_text_redact.go#L48
Error return value of `(*strings.Builder).WriteString` is not checked (errcheck)
|
|
golangci-lint:
backend/internal/service/account_credential_text_redact.go#L45
Error return value of `(*strings.Builder).WriteString` is not checked (errcheck)
|
|
golangci-lint:
backend/internal/repository/migrations_runner.go#L2001
Error return value of `(*strings.Builder).WriteByte` is not checked (errcheck)
|
|
golangci-lint:
backend/internal/repository/account_share_lifecycle_repo.go#L1034
Error return value of `(*database/sql.Rows).Close` is not checked (errcheck)
|
|
golangci-lint:
backend/internal/repository/account_share_lifecycle_repo.go#L602
Error return value of `(*database/sql.Rows).Close` is not checked (errcheck)
|
|
golangci-lint:
backend/internal/repository/account_share_lifecycle_repo.go#L514
Error return value of `(*database/sql.Rows).Close` is not checked (errcheck)
|
|
golangci-lint:
backend/internal/service/oidc_provider_service.go#L27
import 'github.com/redis/go-redis/v9' is not allowed from list 'service-no-repository': service must not import redis (depguard)
|
|
golangci-lint:
backend/internal/service/cluster_runtime.go#L21
import 'github.com/redis/go-redis/v9' is not allowed from list 'service-no-repository': service must not import redis (depguard)
|
|
golangci-lint:
backend/internal/service/cluster_cache_coordinator.go#L12
import 'github.com/redis/go-redis/v9' is not allowed from list 'service-no-repository': service must not import redis (depguard)
|
|
test
Process completed with exit code 2.
|
|
frontend
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|