pub(crate) fn run_clang_tidy_single( file: &Path, clang_tidy: &str, cuda_path: &str, cuda_arch: &str, includes: &[String], ) -> Result<bool>