Function should_exclude_file
Source pub fn should_exclude_file(path: &str) -> bool
Expand description
Checks if a file should be excluded from analysis.
§Arguments
path
- The path of the file to check.
§Returns
A boolean indicating whether the file should be excluded.