chore: fix revive issues

This commit is contained in:
galargh
2025-06-11 10:00:47 +01:00
parent a0c9fdf2b3
commit 50f065b4df
80 changed files with 209 additions and 209 deletions

View File

@@ -7,7 +7,7 @@ import (
func TestNilOption(t *testing.T) {
var cfg Config
optsRun := 0
opt := func(c *Config) error {
opt := func(_ *Config) error {
optsRun++
return nil
}