Returns true if the file at path should be skipped by this analyzer.
path
Called before analysis to exclude files or directories from this rule.
bool shouldSkipFile(String path) { return false; }