You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the repository's Taskless rules enforce production invariants instead of returning success with hundreds of warnings from unit tests embedded in source modules.
Acceptance criteria
Unwrap/expect matching excludes code nested beneath cfg(test) as well as test directories.
Production violations of error-handling and wire-DTO rules fail Taskless CI.
Existing production findings are resolved or explicitly scoped with narrow justified exceptions.
Rule tests cover production code, integration tests, and in-source unit-test modules.
A full scan produces no irrelevant unit-test warnings.
What to build
Make the repository's Taskless rules enforce production invariants instead of returning success with hundreds of warnings from unit tests embedded in source modules.
Acceptance criteria
cfg(test)as well as test directories.Blocked by
None - can start immediately.