pkg/homedir/homedir_linux.go
Function StickRuntimeDirContents
has 5 return statements (exceeds 4 allowed). Open
Open
func StickRuntimeDirContents(files []string) ([]string, error) {
runtimeDir, err := GetRuntimeDir()
if err != nil {
// ignore error if runtimeDir is empty
return nil, nil