skipTests property
When true, excludes test files from scanning.
Test files are identified by:
- Location in
test/
directories - Package test imports
- Conventional test file naming
Defaults to true
for production scanning.
Implementation
final bool skipTests;