disableIssueCap property
Disables the IDE Problems-tab issue cap (ProgressTracker._maxIssues)
so every diagnostic reaches the listener. The 500-issue default is
designed for live IDE analysis, not CLI batch scans where completeness
matters (accuracy report, audit). Without this, non-ERROR diagnostics
are silently dropped after 500 issues and rules appear "silent".
Implementation
final bool disableIssueCap;