mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
// List returns a list of artifacts in local storage.
|
||||
func List(ctx context.Context, options *ListOptions) ([]*entities.ArtifactListReport, error) {
|
||||
func List(ctx context.Context, _ *ListOptions) ([]*entities.ArtifactListReport, error) {
|
||||
conn, err := bindings.GetClient(ctx)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user