Skip to content

AutoCompact & CompactWithDeprecateTable Support #214

AutoCompact & CompactWithDeprecateTable Support

AutoCompact & CompactWithDeprecateTable Support #214

Triggered via pull request October 8, 2024 08:44
Status Failure
Total duration 1m 0s
Artifacts

go.yml

on: pull_request
ubuntu-test
22s
ubuntu-test
windows-test
48s
windows-test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 8 warnings
ubuntu-test: db.go#L720
shadow: declaration of "err" shadows declaration at line 685 (govet)
ubuntu-test: db.go#L833
shadow: declaration of "err" shadows declaration at line 793 (govet)
ubuntu-test
issues found
windows-test: db.go#L720
shadow: declaration of "err" shadows declaration at line 685 (govet)
windows-test: db.go#L833
shadow: declaration of "err" shadows declaration at line 793 (govet)
windows-test
issues found
ubuntu-test: db.go#L675
var-declaration: should drop = 0 from declaration of var capacity; it is the zero value (revive)
ubuntu-test: db.go#L676
var-declaration: should omit type []int64 from declaration of var capacityList; it will be inferred from the right-hand side (revive)
ubuntu-test: db.go#L783
var-declaration: should drop = 0 from declaration of var capacity; it is the zero value (revive)
ubuntu-test: db.go#L784
var-declaration: should omit type []int64 from declaration of var capacityList; it will be inferred from the right-hand side (revive)
windows-test: db.go#L675
var-declaration: should drop = 0 from declaration of var capacity; it is the zero value (revive)
windows-test: db.go#L676
var-declaration: should omit type []int64 from declaration of var capacityList; it will be inferred from the right-hand side (revive)
windows-test: db.go#L783
var-declaration: should drop = 0 from declaration of var capacity; it is the zero value (revive)
windows-test: db.go#L784
var-declaration: should omit type []int64 from declaration of var capacityList; it will be inferred from the right-hand side (revive)