Finding
The old regex-based unsafe_type_assertion detection at ai-slop-detector.ts:1120-1127 explicitly skipped findings in files whose path contained test, spec, or __tests__. The AST migration (PR #24) removed this exemption.
Accepted behavior change
This is an accepted non-critical finding per the PR review. The user considers the exemption overly broad and prefers no special-casing — severityOverrides can suppress the rule for test directories if needed.
Related
Finding
The old regex-based
unsafe_type_assertiondetection atai-slop-detector.ts:1120-1127explicitly skipped findings in files whose path containedtest,spec, or__tests__. The AST migration (PR #24) removed this exemption.Accepted behavior change
This is an accepted non-critical finding per the PR review. The user considers the exemption overly broad and prefers no special-casing —
severityOverridescan suppress the rule for test directories if needed.Related