AutoCompact & CompactWithDeprecateTable Support #214
go.yml
on: pull_request
ubuntu-test
22s
windows-test
48s
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)
|