grep for todo! and dbg! in check_commands and in CI #12

Merged
jturnerusa merged 6 commits from feature/add-grep-for-dbg-and-todo-to-ci into master 2025-12-13 22:39:17 -06:00
Showing only changes of commit 059678712d - Show all commits

View File

@@ -102,7 +102,7 @@ impl Iterator for Ebuilds {
Ok(ebuild) => break Some(Ok(ebuild)),
Err(e) => break Some(Err(e)),
},
_ => todo!(),
Err(e) => break Some(Err(Error::ReadDir(self.0.clone(), e))),
}
}
}