Skip to content

build(deps): bump google.golang.org/grpc from 1.46.0 to 1.58.3 #58

build(deps): bump google.golang.org/grpc from 1.46.0 to 1.58.3

build(deps): bump google.golang.org/grpc from 1.46.0 to 1.58.3 #58

Triggered via pull request October 11, 2023 11:54
Status Failure
Total duration 1m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
golangci: remotedb/remotedb.go#L19
not enough arguments in call to newRemoteDB
golangci: types.go#L114
File is not `gofmt`-ed with `-s` (gofmt)
golangci: goleveldb.go#L7
import 'github.com/syndtr/goleveldb/leveldb' is not allowed from list 'Main' (depguard)
golangci: goleveldb.go#L8
import 'github.com/syndtr/goleveldb/leveldb/errors' is not allowed from list 'Main' (depguard)
golangci: goleveldb.go#L9
import 'github.com/syndtr/goleveldb/leveldb/opt' is not allowed from list 'Main' (depguard)
golangci: goleveldb.go#L10
import 'github.com/syndtr/goleveldb/leveldb/util' is not allowed from list 'Main' (depguard)
golangci: goleveldb_batch.go#L4
import 'github.com/syndtr/goleveldb/leveldb' is not allowed from list 'Main' (depguard)
golangci: goleveldb_batch.go#L5
import 'github.com/syndtr/goleveldb/leveldb/opt' is not allowed from list 'Main' (depguard)
golangci: goleveldb_iterator.go#L6
import 'github.com/syndtr/goleveldb/leveldb/iterator' is not allowed from list 'Main' (depguard)
golangci: memdb.go#L8
import 'github.com/google/btree' is not allowed from list 'Main' (depguard)
golangci
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/
golangci: memdb_iterator.go#L108
empty-block: this block is empty, you can remove it (revive)
golangci: goleveldb.go#L74
if-return: redundant if ...; err != nil check, just return error instead. (revive)
golangci: goleveldb.go#L88
if-return: redundant if ...; err != nil check, just return error instead. (revive)
golangci: goleveldb.go#L99
if-return: redundant if ...; err != nil check, just return error instead. (revive)
golangci: test_helpers.go#L25
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)