modify options of autocompact and diskio (#172) #223
Annotations
10 errors and 1 warning
Run golangci-lint:
heap.go#L64
Error return value is not checked (errcheck)
|
Run golangci-lint:
iterator.go#L133
Error return value is not checked (errcheck)
|
Run golangci-lint:
iterator.go#L140
Error return value is not checked (errcheck)
|
Run golangci-lint:
iterator.go#L152
Error return value is not checked (errcheck)
|
Run golangci-lint:
memtable_test.go#L549
Error return value is not checked (errcheck)
|
Run golangci-lint:
memtable_test.go#L550
Error return value is not checked (errcheck)
|
Run golangci-lint:
memtable_test.go#L566
Error return value is not checked (errcheck)
|
Run golangci-lint:
memtable_test.go#L567
Error return value is not checked (errcheck)
|
Run golangci-lint:
memtable_test.go#L621
Error return value is not checked (errcheck)
|
Run golangci-lint:
db.go#L68
Function 'Open' is too long (107 > 100) (funlen)
|
Run golangci-lint:
db.go#L614
var-declaration: should drop = nil from declaration of var err; it is the zero value (revive)
|
Loading