mirror of
https://github.com/containers/podman.git
synced 2025-11-30 01:58:46 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@@ -41,6 +41,6 @@ func init() {
|
||||
inspectOpts = inspect.AddInspectFlagSet(inspectCmd)
|
||||
}
|
||||
|
||||
func inspectExec(cmd *cobra.Command, args []string) error {
|
||||
func inspectExec(_ *cobra.Command, args []string) error {
|
||||
return inspect.Inspect(args, *inspectOpts)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user