build(deps): bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.23.0 #807
Annotations
10 errors and 6 warnings
Run golangci/[email protected]:
remotedb/remotedb.go#L19
not enough arguments in call to newRemoteDB
|
Run golangci/[email protected]:
types.go#L114
File is not `gofumpt`-ed (gofumpt)
|
Run golangci/[email protected]:
cleveldb_test.go#L28
File is not `gofumpt`-ed (gofumpt)
|
Run golangci/[email protected]:
badger_db.go#L12
import 'github.com/dgraph-io/badger/v3' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
cleveldb.go#L10
import 'github.com/jmhodges/levigo' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
cleveldb_batch.go#L6
import 'github.com/jmhodges/levigo' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
cleveldb_iterator.go#L9
import 'github.com/jmhodges/levigo' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
goleveldb.go#L7
import 'github.com/syndtr/goleveldb/leveldb' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
goleveldb.go#L8
import 'github.com/syndtr/goleveldb/leveldb/errors' is not allowed from list 'Main' (depguard)
|
Run golangci/[email protected]:
goleveldb.go#L9
import 'github.com/syndtr/goleveldb/leveldb/opt' is not allowed from list 'Main' (depguard)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run golangci/[email protected]
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run golangci/[email protected]:
memdb_iterator.go#L108
empty-block: this block is empty, you can remove it (revive)
|
Run golangci/[email protected]:
test_helpers.go#L25
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
|
Run golangci/[email protected]:
backend_test.go#L17
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/[email protected]:
memdb.go#L17
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading