Update changelog (#2332)

* Update changelog
* Fix a few revive linter issues
This commit is contained in:
Max
2025-07-13 17:22:20 -04:00
committed by GitHub
parent c86cf07be9
commit 2c61c44176
4 changed files with 5 additions and 6 deletions

View File

@@ -60,7 +60,6 @@ type dryRunDB struct{}
func (*dryRunDB) CreateTable([]byte) error { return nil }
//nolint:revive // allow unused parameters to show function signature
func (*dryRunDB) Set(bucket, key, value []byte) error { return nil }
func usage(fs *flag.FlagSet) {