mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@ -346,7 +346,7 @@ func FuzzParser(f *testing.F) {
|
||||
f.Add([]byte(sample))
|
||||
}
|
||||
|
||||
f.Fuzz(func(t *testing.T, orig []byte) {
|
||||
f.Fuzz(func(_ *testing.T, orig []byte) {
|
||||
unitFile := NewUnitFile()
|
||||
unitFile.Path = "foo/bar"
|
||||
unitFile.Filename = "bar"
|
||||
|
Reference in New Issue
Block a user