Skip to content

feat(ragdoll-data): 完成定长记录和有元素大小限制内存池的初步开发和测试 #21

feat(ragdoll-data): 完成定长记录和有元素大小限制内存池的初步开发和测试

feat(ragdoll-data): 完成定长记录和有元素大小限制内存池的初步开发和测试 #21

Triggered via pull request March 8, 2024 01:31
Status Failure
Total duration 33s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: storage/core/ragdoll/data/consts.go#L4
const `offsetToIdx` is unused (unused)
lint: storage/core/ragdoll/data/consts.go#L5
const `offsetToNext` is unused (unused)
lint: storage/core/ragdoll/data/consts.go#L6
const `offsetToLength` is unused (unused)
lint: storage/core/ragdoll/data/consts.go#L7
const `offsetToReserved` is unused (unused)
lint: storage/core/ragdoll/data/consts.go#L8
const `offsetToSignature` is unused (unused)
lint: storage/core/ragdoll/data/consts.go#L9
const `offsetToData` is unused (unused)
lint: storage/core/ragdoll/data/consts.go#L11
const `lengthOfSignature` is unused (unused)
lint: storage/core/ragdoll/data/consts.go#L12
const `lengthOfRecord` is unused (unused)
lint: storage/core/ragdoll/data/fixed_length_record.go#L23
type `fixedLengthRecord` is unused (unused)
lint: storage/core/ragdoll/data/fixed_length_record.go#L33
func `newFixedLengthRecord` is unused (unused)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.