mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
package libpod
|
||||
|
||||
func checkCgroups2UnifiedMode(runtime *Runtime) {
|
||||
func checkCgroups2UnifiedMode(_ *Runtime) {
|
||||
}
|
||||
|
||||
func (r *Runtime) checkBootID(runtimeAliveFile string) error {
|
||||
func (r *Runtime) checkBootID(_ string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user