pub fn file_exists(path: &Path) -> Result<(), LintError>
Check that a required file exists.
This is a wrapper around Path::is_file() that returns the correct LintError.
Path::is_file()
LintError