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:
@@ -306,7 +306,7 @@ func (s *SQLiteState) GetDBConfig() (*DBConfig, error) {
|
||||
}
|
||||
|
||||
// ValidateDBConfig validates paths in the given runtime against the database
|
||||
func (s *SQLiteState) ValidateDBConfig(runtime *Runtime) (defErr error) {
|
||||
func (s *SQLiteState) ValidateDBConfig(_ *Runtime) (defErr error) {
|
||||
if !s.valid {
|
||||
return define.ErrDBClosed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user