From 3c2bd21f59442cad8af161f43082445d922c5976 Mon Sep 17 00:00:00 2001 From: Roomote Date: Sat, 12 Sep 2026 18:30:47 +0000 Subject: [PATCH] chore(coderabbit): make completeness checks advisory --- .coderabbit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 175482f29f..c0562fd3f8 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -159,7 +159,7 @@ reviews: mode: error custom_checks: - name: Regression evidence - mode: error + mode: warning instructions: >- Fail only when a concrete changed behavior lacks focused coverage at the lowest valid test layer, tests merely mirror implementation, an affected error/negative/unset branch @@ -181,7 +181,7 @@ reviews: behavior is missing, or a persisted default is not propagated to a consumer. Cite the changed path and a plausible triggering scenario; pass when no such changed path exists. - name: Lifecycle resource cleanup - mode: error + mode: warning instructions: >- Fail only when a concrete changed lifecycle path can leak a listener, watcher, provider, timer, task, or other resource, or can duplicate work after cancellation, disposal, or