noExclude property

bool noExclude
final

When true, disables ALL hardcoded path exclusions (example/, build/, .dart_tool/, generated patterns, etc.) so every discovered .dart file is scanned. User-supplied --exclude-globs still apply.

Implementation

final bool noExclude;