fn subdir_readmes( path: &Path, readmes: Vec<&str>, ignored: &Vec<PathBuf>, ) -> Result<(), LintError>
Check for the presence of README files within each subdirectory of a root directory.